Re: HSQLDV / STRUTS

2004-07-12 Thread Michael McGrady
quot; <[EMAIL PROTECTED]> cc: Subject:Re: HSQLDV / STRUTS The correct syntax is "SELECT * FROM At 05:23 AM 7/12/2004, you wrote: >Andre > >What type of commit are you using under JDBC, automatic or manual? Perhaps >you should reply with the offending cod

Re: HSQLDV / STRUTS

2004-07-12 Thread Christopher . Marsh-Bourdon
Its always the obvious! Michael McGrady <[EMAIL PROTECTED]> 12/07/2004 15:59 Please respond to "Struts Users Mailing List" To: "Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject:Re: HSQLDV / STRUTS The correct

Re: HSQLDV / STRUTS

2004-07-12 Thread Michael McGrady
ED] cc: Subject:HSQLDV / STRUTS 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

Re: [OT] Re: HSQLDV / STRUTS - (this has nothing to do with Struts)

2004-07-12 Thread Michael McGrady
From: "Bussie, Andre D" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 12, 2004 8:09 AM Subject: HSQLDV / STRUTS > > > > > I'm using HSQLDB I have a Java Action Class that performs an INSERT > (queryStr = "INSERT INTO USERS (PASSWO

[OT] Re: HSQLDV / STRUTS - (this has nothing to do with Struts)

2004-07-12 Thread James Mitchell
Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Bussie, Andre D" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 12, 2004 8:09 AM Subject: HSQLDV / STRUTS > > > > > I'm using HSQLDB I have a Java

Re: HSQLDV / STRUTS

2004-07-12 Thread Christopher . Marsh-Bourdon
it. Regards Christopher Marsh-Bourdon www.marsh-bourdon.com "Bussie, Andre D" <[EMAIL PROTECTED]> 12/07/2004 13:09 Please respond to "Struts Users Mailing List" To: [EMAIL PROTECTED] cc: Subject:HSQLDV / STRUTS I&#x

HSQLDV / STRUTS

2004-07-12 Thread Bussie, Andre D
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 * it doesn't show the current INSERT that was made. Any sug