benoitmarcotte
asked on
ASP IIS DSN/ODBC issues
I am trying to set up a simple application. A survey with a front end in ASP. The data are inserted into a SQL server via system DSN/ODBC on IIS identically set up on my local machine and on a remote server (VM ware) that we're using for the first time. Although the application works fine locally, I have the following error as a result:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/ecru/surveys/africaRenewa l/surveyon lineenglis h.asp, line 113
Someone has an idea of what can possibly have occured?
Any assitance will be most welcome.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/ecru/surveys/africaRenewa
Someone has an idea of what can possibly have occured?
Any assitance will be most welcome.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
let's see your connection string.
This error usually means that it cannot find the server you are requesting it from, or the file (if access)
Also, the server may not support the driver you are attempting to use, so check out:
http://www.connectionstrings.com to see if there is an alternative
This error usually means that it cannot find the server you are requesting it from, or the file (if access)
Also, the server may not support the driver you are attempting to use, so check out:
http://www.connectionstrings.com to see if there is an alternative
ASKER
Thanks hongiun. That was a silly distraction. But I now have a new error message. If you could look into it:
ADODB.Command error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
ADODB.Command error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
Most probably you are using a constant that is not defined.
Define them.
hongjun
Define them.
hongjun
http://support.microsoft.com/kb/306345
hongjun