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?
- [OT] Re: HSQLDV / STRUTS - (this has nothing t... Bussie, Andre D
- [OT] Re: HSQLDV / STRUTS - (this has noth... James Mitchell
- Re: [OT] Re: HSQLDV / STRUTS - (this ... Michael McGrady
- Re: HSQLDV / STRUTS Christopher . Marsh-Bourdon
- Re: HSQLDV / STRUTS Michael McGrady
- Re: HSQLDV / STRUTS Christopher . Marsh-Bourdon
- Re: HSQLDV / STRUTS Michael McGrady