I've just moved over to the hosting here and am in the process of moving my sites accross.
all was going well until i try to connect to the database.
I can connect vie MySQL Query Browser and add all of my tables and data, but as soon as i try to connect from my code (classic asp) i get an error.
I was using the following connection string:
Driver={mySQL};Server=[IP Address of server];Stmt=;Database=[DATABASE NAME];Uid=[USER];Pwd=[PASSWORD];
but i get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/testimonial.asp, line 13
Can anyone point me in the right direction please?
I need to get this sorted quickly as downtime is a problem.
Thanks
all was going well until i try to connect to the database.
I can connect vie MySQL Query Browser and add all of my tables and data, but as soon as i try to connect from my code (classic asp) i get an error.
I was using the following connection string:
Driver={mySQL};Server=[IP Address of server];Stmt=;Database=[DATABASE NAME];Uid=[USER];Pwd=[PASSWORD];
but i get the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/testimonial.asp, line 13
Can anyone point me in the right direction please?
I need to get this sorted quickly as downtime is a problem.
Thanks
Comment