Hi there,

On the tutorial for URL format I see this.
*****************************************************************************
Topic   URL Format and Examples
Embedded (local) connection     jdbc:h2:[file:][<path>]<databaseName>
jdbc:h2:~/test
jdbc:h2:file:/data/sample
jdbc:h2:file:C:/data/sample (Windows only)
******************************************************************************

I am interested in the embeded and this URL:

jdbc:h2:file:C:/data/sample (Windows only)

I am a little confused about what the extension is for the file based
database.
In the example above is the name of the single file on disk "sample".
If there is no extension for this H2 database, can one created a
database file name like
"sample.hdb"

So hence my URL would now be :
"jdbc:h2:file:C:/data/sample.hdb"

Please let me know if it does or it doesn't have some required
extension.
And if not can I name it with one.

Sincerely,

Paul





--

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