I'm using HSQLDB I have a Java Action Class that performs an INSERT
(queryStr = "INSERT INTO USERS (PASSWORD, EMAIL) VALUES ('?', '?')";)
query my code indicates that the INSERT is successful however when I
query the Database SELECT * <name of table> it doesn't show the current
INSERT that was made. Any suggestions on why the code is not being
reflected in the database?

 

Reply via email to