Advertisement
Guest User

Untitled

a guest
Jun 15th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. java.sql.BatchUpdateException: Syntax error: Encountered ")" at line 1, column 54.
  2. at org.apache.derby.impl.jdbc.EmbedStatement.executeBatch(Unknown Source)
  3. at databaseQR.createTable(databaseQR.java:65)
  4. at ClassQR.main(ClassQR.java:58)
  5. Caused by: java.sql.SQLSyntaxErrorException: Syntax error: Encountered ")" at line 1, column 54.
  6. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
  7. at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
  8. at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
  9. at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
  10. at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
  11. at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
  12. at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
  13. at org.apache.derby.impl.jdbc.EmbedStatement.executeBatchElement(Unknown Source)
  14. ... 3 more
  15. Caused by: java.sql.SQLException: Syntax error: Encountered ")" at line 1, column 54.
  16. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
  17. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
  18. ... 11 more
  19. Caused by: ERROR 42X01: Syntax error: Encountered ")" at line 1, column 54.
  20. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
  21. at org.apache.derby.impl.sql.compile.ParserImpl.parseStatement(Unknown Source)
  22. at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
  23. at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
  24. at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
  25. ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement