Hi, there..
Anyone tell me how to use parameter(s) on data environment in Visual Basic. it's connecting on MySQL database.
when i use an access and ms sql database server there is no problem to make any queries by using parameter(s) on data environment in Visual Basic. BUT...In MySQL case, I can not find any way to go further....
here is a sample query :
SELECT id, name
FROM VISITORS
WHERE id = Param1
please, give me a advice... i will be glad ...