The database URL is jdbc:h2:~/test and it is stored in the user directory. The problem is when I run my application, it runs as if the table was created and data has been stored. Yet, when I double-click on h2*.jar to bring up the console, the table cannot be found. The only time I see it in the database is when I debug the application via Eclipse. Any other ideas?
On Jan 15, 6:43 am, Thomas Mueller <[email protected]> wrote: > Hi, > > What is your database URL? > Most likely this is the problem. See > alsohttp://www.h2database.com/html/faq.html#database_files > > 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.
