OpenQNX :: The QNX Community Portal

Jul 05, 2008 - 10:46 AM
Google
  Web openqnx.com   
     Create an account Home · Submit News · QNX Forums · QNX Download · Search   
_
Main Menu
Who's Online
There are 36 unlogged users and 1 registered user online.

You can log-in or register for a user account here.

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
DoMinix
Post subject: DataBase on QNX4  PostPosted: Jun 28, 2007 - 02:24 AM
Guest





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
 
   
Reply with quote Back to top
Armin
Post subject: Re: DataBase on QNX4  PostPosted: Jun 28, 2007 - 09:33 AM
Guest





Hi,

try SQLite ... it is easy to port.

--Armin



DoMinix wrote:
Quote:
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.
 
   
Reply with quote Back to top
DoMinix
Post subject: Re: DataBase on QNX4  PostPosted: Jun 28, 2007 - 09:31 PM
Guest





Quote:
DoMinix wrote:

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.



"Armin" <a@b.com> a écrit dans le message news:<f5vuop$sac$1@inn.qnx.com>...

Quote:


Hi,



try SQLite ... it is easy to port.



--Armin

I thought about SQLite but I need a *real* database.

Concurrent accès, backup ... So on.

Thanks anyway.

--

Dx
 
   
Reply with quote Back to top
Jeffrey Adler
Post subject: Re: DataBase on QNX4  PostPosted: Jun 29, 2007 - 12:10 AM
Guest





"DoMinix" <dominix@iquebec.com> wrote in message
news:f5v5i0$h54$1@inn.qnx.com...
Quote:
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.
 
   
Reply with quote Back to top
dominix
Post subject: Re: DataBase on QNX4  PostPosted: Jun 29, 2007 - 03:11 AM
Guest





"Jeffrey Adler" <jeff.nospam.adler@bigfoot.com> a écrit dans le message de
news: f61i26$n26$1@inn.qnx.com...
Quote:

"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
--
dominix
 
   
Reply with quote Back to top
Igor Mazanov
Post subject: Re: DataBase on QNX4  PostPosted: Jun 29, 2007 - 08:23 AM
Guest





Hello,

You could take note of Empress Embedded Database,

www.empress.com

There is QNX 4 version of this product. Free trial available after filling the
form on their site.

Also you could see to Cogent DataHub,

www.cogent.ca

Using this product you can mirror your data easily - to another QNX version (QNX
Neutrino I mean), Linux, Windows. And there are many choices farther - according
available database products (for Windows, Linux, QNX Neutrino).

Regards,
Igor.

dominix wrote:
Quote:
"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
 
   
Reply with quote Back to top
dominix
Post subject: Re: DataBase on QNX4  PostPosted: Jul 06, 2007 - 08:16 PM
Guest





Quote:
dominix wrote:
"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.

....

"Igor Mazanov" <i.mazanov@swd.ru> a ecrit dans le message de news:
f62eu6$6t2$1@inn.qnx.com...
Quote:
Hello,

You could take note of Empress Embedded Database,

www.empress.com

There is QNX 4 version of this product. Free trial available after filling
the form on their site.

Also you could see to Cogent DataHub,

www.cogent.ca

Using this product you can mirror your data easily - to another QNX
version (QNX Neutrino I mean), Linux, Windows. And there are many choices
farther - according available database products (for Windows, Linux, QNX
Neutrino).

Regards,
Igor.


thanks Igor, I'll have a look a these solution
fyi I have retrieved a copy of f liu port of mysql to qnx 4.
I'll try different products and let you know.

Dx
 
   
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
All logos and trademarks in this site are property of their respective owners. The comments are property of their posters.
Powered by OpenQNX: The QNX Community Portal Site
QNX and the QNX logo are registered trademarks of QNX Software Systems.