Hi. I had thought about doing this also, but am unsure how to, I use Spring to do all this and am using a 'LocalSessionFactoryBean' to create the schema, but this does not allow me to name the schema. Does anyone have any ideas for an easy alternative where I could name the schema ?
Thanks in advance, -- Ross On Dec 9 2009, 6:27 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > You could use named in-memory databases and create the schema first in > your application: > > jdbc:h2:mem:test > > Regards, > Thomas
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
