What does your database URL look like? On Thursday, 11 April 2013, Les Hartzman wrote:
> I've got an application that I originally used MySQL for and now I want to > use H2 (embedded mode; latest version 1.3.171). I used the Console app to > create tables - and they're visible so I know they were properly created. > The application successfully uses the H2 database, but when I close down > the application the disk file is not written to. > > One suggestion was to put in an SQL SHUTDOWN call, but then this makes it > specific to H2 as I don't want to have MySQL suddenly quit when the app > exits. Can this be done or do I need to go to a server mode instead? I'd > like to keep it embedded for quick testing. > > All help appreciated. > > Les > > -- > 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] <javascript:_e({}, > 'cvml', 'h2-database%[email protected]');>. > To post to this group, send email to > [email protected]<javascript:_e({}, 'cvml', > '[email protected]');> > . > Visit this group at http://groups.google.com/group/h2-database?hl=en. > 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
