2013/2/13 Cecil Westerhof <[email protected]>: > When creating a prepared statement, I get the following error: > org.h2.jdbc.JdbcSQLException: Table "AUTHORS" not found; SQL statement: > > SELECT authorID > FROM authors > WHERE author = ? > > So I give the table name in lowercase, but the prepared statement > converts it to uppercase and then cannot find the table. Why is this? > What can I do about it?
It was an error in my code. The database path was not correct. (Why I did not get an exception I do not understand.) Problem solved. -- Cecil Westerhof -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
