I think it should be possible to use MySQL schema by running H2 in MySQL mode.
Veresh -----Original Message----- From: Les Spivey [mailto:[email protected]] Sent: Tuesday, June 22, 2010 1:22 PM To: [email protected] Subject: RE: ode and h2 Thanks for responding. Is there actually an ode-schema-h2.sql script somewhere? If not, is it essentially the same as the MySQL one? Les -----Original Message----- From: Rafal Rusin [mailto:[email protected]] Sent: Tuesday, June 22, 2010 11:16 AM To: [email protected] Subject: Re: ode and h2 There's no such thing yet. But this should be possible provided that you create schema before run, like this: java -cp h2-1.1.108.jar org.h2.tools.RunScript -url 'jdbc:h2:file:ode-db;DB_CLOSE_ON_EXIT=false' -user sa -showResults -script ode-schema-h2.sql On Tue, Jun 22, 2010 at 7:56 PM, Les Spivey <[email protected]> wrote: > Hi, > > > > Is there documentation published for configuring Ode to use an external > H2 database? > > > > Thanks in advance, > > Les -- Regards, RafaĆ Rusin http://rrusin.blogspot.com
