Hi, > We want to have some tables present every time a Database is created
We know that already. My question is was, and is still, still: *why* do you want to do that? What problem do you want to solve? Actually there might be a solution, not sure if that helps in your case: append ;INIT=<sql> to the database URL. See also http://h2database.com/html/features.html#execute_sql_on_connection 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.
