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?
- Re: HSQLDB w/ Struts Bussie, Andre D
- Re: HSQLDB w/ Struts James Mitchell
- Re: HSQLDB w/ Struts James Mitchell
- RE: HSQLDB w/ Struts Andrew Hill
