posted 19 years ago
Hi,
I am trying to update a row in a Access database, with the following query.
"update inv set Flag='T' where uniq_id='"+uniq_id+"'";
I'm getting the following error:-
org.apache.jasper.JasperException: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
When I am trying the same query with oracle, it is working fine.
Is there any syntax difference in Access?
Grishma