"Jeffrey Adler" <jeff.nospam.adler@bigfoot.com> a écrit dans le message de
news: f61i26$n26$1@inn.qnx.com...
"DoMinix" <dominix@iquebec.com> wrote in message
news:f5v5i0$h54$1@inn.qnx.com...
Hi all.
Anybody knows about a database client I could use
on QNX4.25. I thought Franck Liu has ported a mysql
client but I was not able to retrieve it.
If you know about a port of an SQL database client
(postgresql, mysql, firebird, ...) preference goes
to an open source/free one.
thanx.
--
Dominix
We have successfully used Easysoft XML-ODBC client to pass data from our
QNX application to a "big" database (Oracle in our case) running on a
Windows server.
Essentially, the QNX side generates SQL text commands and writes them into
a text file with some XML header and trailer lines (easy to do), and then
opens a tcp connection to the Windows server, writes the XML text file to
the server, waits for a reply, and then closes the TCP connection.
The cost was around $1,000 for the whole thing including some support. It
continues to work well.
More info at
www.easysoft.com
Let me know if I can answer any questions.
Jeff.
sounds good. thanks