[h2] .net jdbc issue

2014-02-27 Thread Chen Wei loong
Given that JDBC URL access from H2 terminal jdbc:h2:C:\test , the output physical file is test.h2.db But the same URL access from .net, the output file is test.data.db This causes my .net connector cannot connect to the db i create in h2 terminal, any advise ? Thanks. -- You received this me

[h2] .net jdbc issue

2014-02-27 Thread Chen Wei loong
>From H2 database file layout, the db filename is xxx.h2.db I have tried H2Sharp and Java IKVM, both produce a db filename follow this rule xxx.data.db This make .net project not able to connect to xxx.h2.db, any workaround ? Please advise and thanks. -- You received this message because yo

[h2] .net jdbc issue

2014-02-27 Thread Thomas Mueller
Hi, If you get a file named "test.data.db", then you are using a _very_ old version of H2 (version 1.1.x., from 2009 I believe). Regards, Thomas On Thu, Feb 27, 2014 at 9:24 AM, Chen Wei loong > wrote: > Given that JDBC URL access from H2 terminal jdbc:h2:C:\test , the output > physical file

[h2] .net jdbc issue

2014-02-27 Thread Thomas Mueller
Hi, If you get a file named "test.data.db", then you are using a _very_ old version of H2 (version 1.1.x., from 2009 I believe). Regards, Thomas On Thu, Feb 27, 2014 at 10:01 AM, Chen Wei loong > wrote: > From H2 database file layout, the db filename is xxx.h2.db > > I have tried H2Sharp and