I make a device that take input from the user (counting device Controled by Computer through parallel port) and increase the value automatically in the database. This device is coded by VB and i make connection with MS Access as a back end database and i done it.
Now I want to connect this device with Mysql as back end database, but i can't do this. cause I don't konow how connect VB and Mysql.
Any one have any idea how can i do this ??
Offline
Hi
You need a third party software Mysql ODBC connector 3.5 to connect VB And Mysql.
You can download it from http://dev.mysql.com/downloads/connector/odbc/3.51.html (Windows Version).
Offline