Hi, how can I connect to a database file that contains for example a semicolon, like "foo;bar.h2.db"? It needs to be somehow escaped in the connection string. With MS SQLServer this can be done by surrounding with braces<http://msdn.microsoft.com/en-us/library/ms378428(v=sql.90).aspx> (like "foo{;}bar"), but this doesn't work with H2 database.
Regards, Michael -- 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. For more options, visit https://groups.google.com/groups/opt_out.
