< The Ultimate Dreamweaver Shopping Cart > Works With Any Website Design! Bookmark and Share
Site Store Professional : Dreamweaver Shopping Cart
 
Home>Knowledge Base>Troubleshooting>I receive the following error after edited an asp page > ADODB.Command error '800a0bb9'...Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
Information
Article ID32
Created On1/9/2009
Modified1/9/2009
I receive the following error after edited an asp page > 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.

The error above is usually caused when as .ASP page in Site Store Pro is edited in Dreamweaver or manually edited and the ASP VBScript recordset(s) are moved above the database connection file. The Connections/SiteStoreProDB.asp include file must be above all other include files and recordsets. The Connections/SiteStoreProDB.asp file should be located on the next line below the page language declaration such as <%@LANGUAGE="VBSCRIPT"%>

This error is caused by the Dreamweaver generated recordsets in Site Store Pro trying to load a variable that has not been declared because the database connection string is loading after the recordset is loading.