i get the following error message when trying to get records from a access 2000 database. this is the same querystring that i used when i got i had it on a sql server.
Error:
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/search.asp, line 122
and the sql string it is trying to connect to is:
SELECT GOC, CON, COL, DOS FROM Court Where DPS_NUMBER='2967494' OR DPS_NUMBER='02967494'
What could the problem be? Im testing on PWS on my win98 computer.
Brad