Mike
|
| Posted: 08/10/2002, 7:30 PM |
|
I am running MySQL 3.23 on Win2K Pro SP2 and am generating ASP 3.0 pages using CodeCharge Studio (ODBC driver version 2.5)
During development I can read all table and attribtues but when I attempt to publish the finished page I get the following error:
Unable to establish connection to database.
Error information:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
More information:
The database cannot be opened, most likely due to insufficient security set on your database folder or file.
I have seen a similar article posted on this error for a developer using an MS Access database and he was directed to a microsoft article.
Does anyone know of similar information or simply the solution for my configuration?
|
|
|
 |
Nicole
|
| Posted: 08/13/2002, 12:02 AM |
|
Mike,
please check server side connection settings for your project. Looks like you haven't set up DSN name or you there's no DSN with such name on server.
|
|
|
 |
|