this is urgent, i had a vb6 project and i want to change database from MS Access to MySQL for some certain reasons. but the problem is that i cant connect vb to mysql, ive read an article that i should use ODBC but after a few minutes of downloading and installinf still it doest work, vb displays an error saying cannot locate the ODBC driver in system info. if anybody knows the solution i need your help...
HELP in VB6 and MySQL
Did you install the myODBC driver? Did you setup a DSN pointing
to your mySQL dataset?
to your mySQL dataset?
| MrBaseball34 wrote: |
| Did you install the myODBC driver? Did you setup a DSN pointing
to your mySQL dataset? |
You can try to do a DSN-less connection in your code so you don't need to configure the DSN manually on each pc running the code, but you'll still need the myODBC driver installed to actually connect to the MySQL database.
