Hi, No.
Regards, Thomas On Fri, Jan 3, 2014 at 4:12 PM, Cecil Westerhof <[email protected]>wrote: > Default a database is created when it exist. This can be overruled with > ;IFEXISTS=TRUE. > When you start the server with -ifExists the database is not created. But > as far as I know, this can not be overruled. I tried: > conn = > DriverManager.getConnection("jdbc:h2:tcp://localhost/~/databases/testing;CREATE=TRUE", > "sa", "") > > Is there a way to have the database not automatically created if it not > exists, but still the possibility to create it? > > -- > Cecil Westerhof > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
