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.