Article ID: 259388 - Last Review: April 22, 2001 - Revision: 1.1 PRB: 800a0bb9 Error Occurs with Data Bound Design-Time ControlThis article was previously published under Q259388 SYMPTOMS
When you use data bound Visual InterDev 6.0 Design-Time Controls, you may encounter the following error:
ADODB.Recordset 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. /Project1/_ScriptLibrary/Recordset.ASP, line XXX CAUSE
This problem may occur because the bound field has spaces in its name, such as "Field One". Some databases allow spaces in field names. The Visual InterDev 6.0 ScriptLibrary does not delimit field names. As a result, a syntax error occurs.
RESOLUTION
If you must include spaces in database fields, you can work around this problem: bind your data to an SQL statement and use the AS keyword to create a new field name that does not contain spaces. For example:
STATUS
This behavior is by design.
| Article Translations
|

Back to the top
