Hi, I'm sorry for the delay. I will not have the time to install OOBase myself and test it, so my answer might not be helpful...
and the URL jdbc: H2:~test;MODE=HSQLDB which worked well. > To ensure this is not the problem, I suggest to use an absolute path, for example jdbc:h2:/data/test;MODE=HSQLDB - but I know the chance this will solve the problem is very small. I guess to analyze the problem one would have to verify the SQL statements generated by OOBase. To do that, you could use jdbc:h2:/data/test;MODE=HSQLDB;TRACE_LEVEL_FILE=2 or jdbc:h2:/data/test;MODE=HSQLDB;TRACE_LEVEL_FILE=3 and analyze the file /data/test.trace.db, which then contains all SQL statements generated by OOBase. 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.
