Article ID: 254517 - Last Review: August 23, 2001 - Revision: 1.0 PRB: 800a0bb9 Error: "Application Is Using Arguments That Are of the Wrong Type"This article was previously published under Q254517 SYMPTOMS
When you view an Active Server Pages (ASP) page that makes parameterized calls to ASP objects, the following error message appears:
error '800a0bb9' The application is using arguments that are of the wrong type, or are out of acceptable range, or are in conflict with one another. /ProjectName/Page.asp, line X CAUSE
This problem is often caused by the code using ADO constants that have not been defined for the page. For example:
RESOLUTION
There are several different ways that you can work around this problem:
REFERENCESFor additional information, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
190743
(http://support.microsoft.com/kb/190743/EN-US/
)
PRB: ADODB.Recordset Error '800a0bb9' When Using Boolean Filter
235892
(http://support.microsoft.com/kb/235892/EN-US/
)
PRB: 800a0bb9 Error Message When Applying a Filter to an ADO Recordset
197323
(http://support.microsoft.com/kb/197323/EN-US/
)
HOWTO: Troubleshoot "ADODB.Connection" Error 800a0bb9 from Recordset DTC
APPLIES TO
| Article Translations
|

Back to the top
