Hi, It's strange nobody ran into this problem so far. I use Windows and never did. It's a problem converting '/' to '\' or back. I guess it will work when you use
jdbc:h2:file:C:\PECImageSearchDB\PECImageSearchDB (if used in Java code you have to double the \: String url = "jdbc:h2:file:C:\\PECImageSearchDB\\PECImageSearchDB") This check code was removed in version 1.2.127 (2010-01-15). So if you use this or a newer version, it should also be solved. 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.
