Re: Help with JDBC query

2005-01-23 Thread Parsons Technical Services
D]> To: "Tomcat Users List" Sent: Sunday, January 23, 2005 10:36 PM Subject: Re: Help with JDBC query I think you put the ")" after the end of sql expression. It is not going to make it into a parsed query. One more suggestion - put these fields one per line - it is going

Re: Help with JDBC query

2005-01-23 Thread Edmon Begoli
I think you put the ")" after the end of sql expression. It is not going to make it into a parsed query. One more suggestion - put these fields one per line - it is going to be too hard to debug them this way - they are all on the same line. Best regards, Edmon Begoli Jack Lauman wrote: I'm get

Help with JDBC query

2005-01-23 Thread Jack Lauman
I'm getting the following error in an insert, the update works fine. Is there a way to get a more informative error message about the error? Does anyone see a syntax error that I missed? I'm using MySQL 4.1.8 and Connector/J 3.0.16. 19:13:20,906 INFO [STDOUT] -SQLException- 19:13:20,906 IN