Hi,

I'm not aware of a C++ binding for JDBC, but when I have had to integrate 
systems written in both Java and C++ before, I have used CORBA.

However, that may be over - engineering the solution.

I guess a slightly simpler approach would be to pass your requests from your 
C++ program to a socket listener class written in Java, which could pass the 
requests to HSQLDB via JDBC.  You could also pursue a similar approach but 
using a web service (if you wanted to be a bit trendier).

Cheers,

Ewan
-- 



Quoting Sebastian Kloska <[EMAIL PROTECTED]>:

>   Short Question
> 
>   Is anyone aware of a C++ binding for hsqldb or any
>   other JDBC database connection ?
> 
>   Thanks...
> 
>   Sebastian
> 
> 
> -------------------------------------------------------
> 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