guest
|
| Posted: 11/21/2004, 5:31 PM |
|
I wanted to see how easy codecharge really is and I already hit my first obstacle. I get this 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
* Other possible cause of this problem:
The database cannot be opened, most likely due to incorrect connection settings or insufficient security set on your database folder or file.
For more details please refer to http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306518
---
My developement environment contains 2 computers: one server with IIS and SQL and one workstation where I do all the coding and design all on the same network. I created ODBC's on both PCs but still get this error. The paths are all correctly set in codecharge also. What did I do wrong?
|
|
|
 |
guest
|
| Posted: 11/21/2004, 6:40 PM |
|
nevermind :), I solved it by entering my own connection string. Didn't do the ODBC DSN route.
|
|
|
 |
mrachow
Posts: 509
|
| Posted: 11/21/2004, 11:54 PM |
|
Usually this comes up when ODBC datasource indeed could not be found.
Please check it twice and set it up as System DSN not User DSN. Usually the running website uses a different user as the logged in one.
Regards,
Michael
_________________
Best regards,
Michael |
 |
 |
|