Arguments are Wrong Type, Out of Range, or Conflict - ADODB Connection Error
Sample Error
ADODB.Connection error '800a0bb9'
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
includes/setup.asp, line 23
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
includes/setup.asp, line 23
Solution or Workaround
This error usually indicates that you have made an error while editing the setup.asp file. The connection string you have chosen to use is inappropriate, or some parameter is incorrect. The basic connection to your database could not be established. Edit your setup.asp file located in the includes directory.
This could also indicate a problem with the ODBC driver you are using. You should make sure you have the latest MDAC installed, and your server meets PDshop's requirements. Visit Microsoft's site for any MDAC/Jet drivers you may need.
This could also indicate a problem with the ODBC driver you are using. You should make sure you have the latest MDAC installed, and your server meets PDshop's requirements. Visit Microsoft's site for any MDAC/Jet drivers you may need.
Related Topics
Article Applies to:
ASP (classic Active Server Pages), PDshopPro / Standard, PDshop Plus, PDshop Advanced
Search for help...