Re: [Sqlrelay-discussion] SQLRelay Client / Server
Brought to you by:
mused
|
From: Maciej W. <mac...@co...> - 2006-01-15 22:42:36
|
> Is it possible to have a sqlrelay-client which will connect to sqlrelay daemon, > in an internal language of course, and force the sqlrelay-daemon to connect > via another medium of connection (like JDBC or internal language …) ? I can't catch your point here. Are you asking if it is possible to connect to database with SQLRelay via JDBC? AFAIK the answer is no. > Actually, I want to run the client in C++, and the daemon/server in Java. Again, I'm not sure whether you're talking about SQLRelay daemon/server or your own daemon/server... Do you want to have application written in C++ (client) that uses SQLRelay to connect to database, and apllication written in Java (server) that uses SQLRelay to connect to database too? If so, then It is possible and but you don't need JDBC here (simply use SQLRelay in Java). -- Maciej Wisniowski |