Hi,

If I create a database with url

jdbc:h2:tcp://localhost/fOo

a file named fOo.h2.db is created

Inside the database that db is referred to as catalog FOO

If I at somepoint try to connect to the database with string that I have received either from connection.getCatalog() or from DATABASE() function I get an error
because there exists no FOO.h2.db.

So since the catalog and database name are case insensitive (all uppercase)
I think the file name should be too.

- rami

--
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