Hi
I have been trying for about a week to connect VB6 to MySQL and have so far been unsuccessful. What I am trying to do is have a login system in VB6 which, when the login button is pressed, searches the "userlogin" table in MySQL. If a matching result is found for the username and password you can login, and if one isn't you can't. I have already created the table in MySQL and created the ODBC data source for it, I just don't know how to do the rest. I did try using the MSRDC, but that didn't help in this situation. Any and all help will be much appreciated :).