Is it possible to access an HSQLDB database that is running in server mode from a .net application located on the same computer? There do not seem to be any odbc drivers for hsqldb (freely available). Am I missing it?
Sun's jdbc odbc bridge seems to allow connecting to an odbc datasource through a jdbc connection, but I would need the opposite in this case: to be able to create a odbc connection that would bridge me to a jdbc source.
Thanks!