Cool ....

 First 2 hours I've ever used gcj/CNI and I got
 an connection to HSQLDB and executed my first
 Command.

 Only if I try to open/create a local file based
 database I get an SQLException 'No such file or directory'.
 Any idea where that comes from ?

 But 'in memory' and 'server' mode seems to work.
 (ok .. its just a connection and a simple 'SELECT * FROM'
  command :-) ).

 Now I might dive into binding to my C++ stuff and all
 the pitfalls of parameter passing/conversion between
 g++/gcj.

 Thanks again for the hint

 Cheers

 Sebastian



Harald Niesche wrote:
Sebastian Kloska wrote:

 Short Question

 Is anyone aware of a C++ binding for hsqldb or any
 other JDBC database connection ?


Sounds like a contradiction in terms to me, but maybe you could use gcj (the GNU Java Compiler that has it's own native interface -- CNI -- that allows you to use Java classes more or less transparently from C++) for that.

Harald



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
 From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
hsqldb-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers





------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
hsqldb-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to