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

Reply via email to