Hi,
I'm trying to correct to an online database however, I keep receiving the message:
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
regardless of which language I use VB6 or C#. This is how I have written the connect string:
C# Code:
string MyConString = "DRIVER={MySQL ODBC 3.51 Driver}; SERVER=http://75.126.1.33: DATABASE=aaronspe_test; USER=****; PASSWORD=****; OPTION=2;";
What am I missing?
Thanks,
Nightwalker
The following is the working solution I have uploaded.
VB6Online.zip
VB6Online 2.zip




Reply With Quote