Good evening.
I have a table in the MySql database and I am using a DataSet to handle it in my Windows Form project. The problem is that when I try to use a query with LIKE, it does not recognize the parameter I'm requesting.
SELECT nome FROM aluno WHERE aluno.RA LIKE '%@RA%'
Has anyone ever gone through something like this or do you know how I can solve this problem?
When I use it in Direct BD, it works perfectly ...
Edit: Here's how to print my screen.