W
Wong Chin Shin
Hi all,
I have been hitting on this error:
Error Type:
(0x80004005)
Unspecified error
in my ASP script whenever I make a query against an Access database like
this: "select * from Jobs where (Position LIKE '%Manager%')".
Facts:
1) Connection to the database is done using Jet 4.0
2) Position is a field of type Text set to 255 characters.
3) This error does not happen when I submit similar queries to another
field in the SAME table of the same type.
Is it because "Position" is a reserved keyword in Access?
Thank you for any help rendered!!
Wong
I have been hitting on this error:
Error Type:
(0x80004005)
Unspecified error
in my ASP script whenever I make a query against an Access database like
this: "select * from Jobs where (Position LIKE '%Manager%')".
Facts:
1) Connection to the database is done using Jet 4.0
2) Position is a field of type Text set to 255 characters.
3) This error does not happen when I submit similar queries to another
field in the SAME table of the same type.
Is it because "Position" is a reserved keyword in Access?
Thank you for any help rendered!!
Wong