csiwa28
Programmer
- Apr 12, 2001
- 177
I am getting this error and I don't know why....can anyone help?
error '80020009'
Exception Occurred
/includes.asp, line 1
What I have is a text box on a page to allow search capabilities of a database. If a user types in a part number, it'll post the items associated with that number. The search works with a majority of the part numbers. Only certain part numbers will generate this error. Any clues? I know it can't be the includes file becuase the first line is an include statement for global.asp and global.asp contains the DB object and the DSN entry. And obviously the db connection works because I can search by other part numbers.
error '80020009'
Exception Occurred
/includes.asp, line 1
What I have is a text box on a page to allow search capabilities of a database. If a user types in a part number, it'll post the items associated with that number. The search works with a majority of the part numbers. Only certain part numbers will generate this error. Any clues? I know it can't be the includes file becuase the first line is an include statement for global.asp and global.asp contains the DB object and the DSN entry. And obviously the db connection works because I can search by other part numbers.