i've read in H2 tutorial that i can execute DDL or DML commands 
automatically when a client connects to a databas by this way:
String url = "jdbc:h2:mem:test;INIT=runscript from 
'~/create.sql'\\;runscript from '~/init.sql'"; 

but i can't understand how should i specify my path instead 
'~/create.sql'considering that i use maven sructure in my project and my 
sql script is located in the
\src\test\resources\creationTables.sql

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/c7e2a4ec-c9a0-4e74-bd44-61df74acb3fcn%40googlegroups.com.

Reply via email to