Hi there,

I read on the website that one can rename the file extension of H2, no
problem.
But I ran into a problem.

I created a CRUD database.
When I issued a statement to create file on disk, H2 appends to the
file name: ".h2db",
how to I override this. Is there a method I am missing.

Also, I said to myself fine, I will create the file and then
physically rename its file extension.
So i created : firstFile.h2db ---> re-named it to : firstFile.ppyt.

When I tried to read the file with my java app, it would not read it.
It will only read it if its file extension is : firstFile.h2db.

Hope somebody can help me with this.

Palmer

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