Is there a way to view the INSERT SQL statement executed by doInsert in the basepeer?
1. I'm working on getting the TDK demo app to work with DB2 running on an AS/400. I believe I have everything setup correctly. 2. Everything works in "ant init". 3. When I go to "Insert Entry" in the sample app "Turbine Data Manager", I get an exception. The message isn't real helpful, except that it indicates a SQL Syntax error as follows: Horrible Exception: java.lang.reflect.InvocationTargetException: java.sql.SQLException: [SQL0104] Token ) was not valid. Valid tokens: DAY PATH YEAR LABEL MONTH OPTION RESULT CONNECTION TRANSACTION. According to IBM's website a SQL0104 indicates a general syntax error in the SQL statement. So, my first thought is can I see the INSERT statement in order to verify that? Thanks, Jeff Owens -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
