I am trying to create a database in linux where : 1) Its not in the user 
home 2) Dont require the client to inform the intire server path for the db 
file. 3) Needs to be diferent from the bin directory to prevent core dump 
failures. In the documentation it says you can use a url like this : 
jdbc:h2:file:data/sample but this url simple dosent work and get the follow 
error : Exception in thread "main" org.h2.jdbc.JdbcSQLException: A file 
path that is implicitly relative to the current working directory is not 
allowed in the database URL "jdbc:h2:file:db/datadb;TRACE_LEVEL_FILE=3". 
Use an absolute path, ~/name, ./name, or the baseDir setting instead. 
[90011-187] What I am missing ? Obs: I know you can use ".", but what will 
be the url from the client in that case ??? Thanks, Wagfeliz

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to