Hi,

> org.h2.jdbc.JdbcSQLException: Table "my_table" not found
> I changed the table name above. Im sure the table exists.

In 99% of the cases the problem is that the database is in a different
directory. Could you try again, but use the absolute path?

jdbc:h2:/Users/xyz/test

(or whatever the absolute path is)? See also:

http://h2database.com/html/faq.html#database_files

> I'm using this command to start my server

If you are using an embedded database URL, why do you start a server? See

http://h2database.com/html/features.html#connection_modes
http://h2database.com/html/features.html#database_url

I will try to fix the BatchUpdateException so that the 'real'
exception is included.

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to