Adana
|
| Posted: 07/22/2005, 3:04 PM |
|
im creating asp application with mysql
test and run ok on local machine but when i publish to remote server getting error
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
im actually using connection string on both design and server
DRIVER={MySQL ODBC 3.51 Driver};SERVER=mysql server;PORT=3306;DATABASE=ports; USER=username;PASSWORD=password;OPTION=3
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 07/23/2005, 1:51 AM |
|
Possibly MySQL ODBC driver was not installed on the server.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|