I am getting the above error when i try to access a page that is DB driven. The line that it is failing on is an if statement to check is a value is 1 or 0. The field is in the database and has informaton in it. The database is in SQL 7 and the field name is override. Is this a reserved word in SQL 7? I have had a look on technet for this error but none of the articles match the probelm that i am having. this is the actual error that i am receiving:
ADODB.Fields error '800a0cc1'
ADO could not find the object in the collection corresponding to the name or ordinal reference requested by the application
any ideas ?
ADODB.Fields error '800a0cc1'
ADO could not find the object in the collection corresponding to the name or ordinal reference requested by the application
any ideas ?