I am Executing Query
insert into paymentdetails(fov,fse,nform,total) values(120,120,200,1640) where docketno='60000000';
After executing it in Ms Access i am Getting an Error
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Missing semicolon (;) at end of SQL statement.
can any one tell what is the issue.?
I think you want to update values if that row is exists.
To insert a row
To update an existing row,