Hi Friends, I am presently working on a project involving JSP and MSAccess using JDBC-ODBC bridge. I can easily add, modify, view the values. But when i try to delete the same i get the follg. exception "java.sql.SQLException: [Microsoft][ODBC Microsoft Access 97 Driver]Wrong number of parameters test value" I don't get it.. Pls. help me to recover from this error.
Hi You never set the value of you input parameter in your query. Try this..
This now passes John to the (1st) input parameter denoted by the ?. Hope this helps. [This message has been edited by Thomas Paul (edited March 02, 2001).]
SOURCE CODE should be SURROUNDED by "code" tags.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Exception raised when trying to delete record from database...!