W
|
Wazup 4/1/2008 |
I have generated a simple set of pages through SAPRunnerPro 5.2 and FTP the files to my Windows Hosting Account at GoDaddy.com. The site is running asp.net 2.0 and IIS 6.0. When trying to display the page, I receive 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 /include/dbcommon.asp, line 122 I am trying to determine first if this is a problem with the host server or with the code that has been generated based on the setting that I chose in my project. Any ideas?
|
J
|
Jane 4/2/2008 |
Hi, |
W
|
Wazup 4/6/2008 |
Hi, this error message means connection string is incorrect and ASP engine cannot locate your database. Connection string can be found in include/dbconnection.asp file.
|
![]() |
Admin 4/6/2008 |
In design time ASPRunnerPro connects to the database on your local box.
|