Everyone,
which databases are available on QNX? Preferably I want to use free stuff if
possible. How about MySQL, is it possible to run MySQL on QNX?
Thanks
John
Everyone,
which databases are available on QNX? Preferably I want to use free stuff if
possible. How about MySQL, is it possible to run MySQL on QNX?
Thanks
John
I just tried compiling mysql and had some success. The errors that came up
seem to be configuration type problems (some includes that should/shouldn’t
be there, etc.) so it’s probably not a bad port. Looks like about 98% of
the files compile without error (based on a ‘make -k’ and a rough guess).
cheers,
Kris
John Olsen <jo@ols.nu> wrote:
Everyone,
which databases are available on QNX? Preferably I want to use free stuff if
possible. How about MySQL, is it possible to run MySQL on QNX?Thanks
John
–
Kris Warkentin
kewarken@qnx.com
(613)591-0836 x9368
One of the main causes of the fall of the Roman Empire was that, lacking zero,
they had no way to indicate sucessful termination of their C programs.
“John Olsen” <jo@ols.nu> wrote in message news:9micun$haj$1@inn.qnx.com…
Everyone,
which databases are available on QNX? Preferably I want to use free stuff
if
possible. How about MySQL, is it possible to run MySQL on QNX?
MySQL has two ports, one at:
http://www.qnxstart.com
via browser, and the other
http://developers.cogentrts.com/repository
via package installer
Andrew
I have been using Empress on RTP for almost a year now.
I believe they provide a version of Empress for free download from their
website
that allows you to evaluate and develop. Once you go to production though,
you
will need to purchase a license. Their prices aren’t bad though, about 1/4
to 1/3 the
price of a SQLServer or an Oracle. There’s an ODBC driver that works from
Windows, a precompiler for embedded SQL statements in your C/C++ code,
two additional, lower level data access methods (that I have not tried), an
HTML
parser allowing you to embed SQL in your HTML code and a report writer.
Randy Aeberhardt
www.tantalus-systems.com
raeberhardt@tantalus-systems.com
“Andrew Thomas” <andrew.nospam@cogent.ca> wrote in message
news:9mluuq$og2$1@inn.qnx.com…
“John Olsen” <> jo@ols.nu> > wrote in message news:9micun$haj$> 1@inn.qnx.com> …
Everyone,which databases are available on QNX? Preferably I want to use free
stuff
if
possible. How about MySQL, is it possible to run MySQL on QNX?MySQL has two ports, one at:
http://www.qnxstart.com
via browser, and the other
http://developers.cogentrts.com/repository
via package installerAndrew
I have a data base design for QNX 4 that I’d love to port to Nto, especially
since it can easily take advantage of multi-threading. The biggest
challange is removing some (a small amount) of propriatery code from it. I
already know how I would redo the sections in question and the new design is
much better than the old.
It’s an ISAM design, though. Not SQL. It is absolutely lightning fast
however. It has many configurable caching options. Can be linked into a
program or called as a server. It also has the option of being passed a
list of filters and returning multiple qualifying records from a single get.
Has both C and C++ APIs. Does anyone want to fund my redevelopment of it?
You won’t be sorry.
Bill Caroselli
“Randy Aeberhardt” <raeberhardt@tantalus-systems.com> wrote in message
news:9nb7if$l1t$1@nntp.qnx.com…
I have been using Empress on RTP for almost a year now.
I believe they provide a version of Empress for free download from their
website
that allows you to evaluate and develop. Once you go to production though,
you
will need to purchase a license. Their prices aren’t bad though, about
1/4
to 1/3 the
price of a SQLServer or an Oracle. There’s an ODBC driver that works from
Windows, a precompiler for embedded SQL statements in your C/C++ code,
two additional, lower level data access methods (that I have not tried),
an
HTML
parser allowing you to embed SQL in your HTML code and a report writer.Randy Aeberhardt
www.tantalus-systems.com
raeberhardt@tantalus-systems.com“Andrew Thomas” <> andrew.nospam@cogent.ca> > wrote in message
news:9mluuq$og2$> 1@inn.qnx.com> …“John Olsen” <> jo@ols.nu> > wrote in message
news:9micun$haj$> 1@inn.qnx.com> …
Everyone,which databases are available on QNX? Preferably I want to use free
stuff
if
possible. How about MySQL, is it possible to run MySQL on QNX?MySQL has two ports, one at:
http://www.qnxstart.com
via browser, and the other
http://developers.cogentrts.com/repository
via package installerAndrew
\
If ISAM is what you’re after, then check out Faircom’s C-TREE product.
Apparently they have a QNX port. A few years ago, I used their product
on SCO UNIX and was quite happy with its performance.
Randy Aeberhardt.
raeberhardt@tantalus-systems.com
www.tantalus-systems.com
“Bill Caroselli (Q-TPS)” <qtps@earthlink.net> wrote in message
news:9ncc36$fi5$2@inn.qnx.com…
I have a data base design for QNX 4 that I’d love to port to Nto,
especially
since it can easily take advantage of multi-threading. The biggest
challange is removing some (a small amount) of propriatery code from it.
I
already know how I would redo the sections in question and the new design
is
much better than the old.It’s an ISAM design, though. Not SQL. It is absolutely lightning fast
however. It has many configurable caching options. Can be linked into a
program or called as a server. It also has the option of being passed a
list of filters and returning multiple qualifying records from a single
get.
Has both C and C++ APIs. Does anyone want to fund my redevelopment of it?
You won’t be sorry.Bill Caroselli
“Randy Aeberhardt” <> raeberhardt@tantalus-systems.com> > wrote in message
news:9nb7if$l1t$> 1@nntp.qnx.com> …
I have been using Empress on RTP for almost a year now.
I believe they provide a version of Empress for free download from their
website
that allows you to evaluate and develop. Once you go to production
though,
you
will need to purchase a license. Their prices aren’t bad though, about
1/4
to 1/3 the
price of a SQLServer or an Oracle. There’s an ODBC driver that works
from
Windows, a precompiler for embedded SQL statements in your C/C++ code,
two additional, lower level data access methods (that I have not tried),
an
HTML
parser allowing you to embed SQL in your HTML code and a report writer.Randy Aeberhardt
www.tantalus-systems.com
raeberhardt@tantalus-systems.com“Andrew Thomas” <> andrew.nospam@cogent.ca> > wrote in message
news:9mluuq$og2$> 1@inn.qnx.com> …“John Olsen” <> jo@ols.nu> > wrote in message
news:9micun$haj$> 1@inn.qnx.com> …
Everyone,which databases are available on QNX? Preferably I want to use free
stuff
if
possible. How about MySQL, is it possible to run MySQL on QNX?MySQL has two ports, one at:
http://www.qnxstart.com
via browser, and the other
http://developers.cogentrts.com/repository
via package installerAndrew
\
Hi. I do not know whats the difference b/w ISAM, VSAM, SQL. Whats the
adv/disadv ?
dzul
“Randy Aeberhardt” <raeberhardt@tantalus-systems.com> wrote in message
news:9nu68t$ghn$1@nntp.qnx.com…
If ISAM is what you’re after, then check out Faircom’s C-TREE product.
Apparently they have a QNX port. A few years ago, I used their product
on SCO UNIX and was quite happy with its performance.Randy Aeberhardt.
raeberhardt@tantalus-systems.com
www.tantalus-systems.com“Bill Caroselli (Q-TPS)” <> qtps@earthlink.net> > wrote in message
news:9ncc36$fi5$> 2@inn.qnx.com> …
I have a data base design for QNX 4 that I’d love to port to Nto,
especially
since it can easily take advantage of multi-threading. The biggest
challange is removing some (a small amount) of propriatery code from it.
I
already know how I would redo the sections in question and the new
design
is
much better than the old.It’s an ISAM design, though. Not SQL. It is absolutely lightning fast
however. It has many configurable caching options. Can be linked into
a
program or called as a server. It also has the option of being passed a
list of filters and returning multiple qualifying records from a single
get.
Has both C and C++ APIs. Does anyone want to fund my redevelopment of
it?
You won’t be sorry.Bill Caroselli
“Randy Aeberhardt” <> raeberhardt@tantalus-systems.com> > wrote in message
news:9nb7if$l1t$> 1@nntp.qnx.com> …
I have been using Empress on RTP for almost a year now.
I believe they provide a version of Empress for free download from
their
website
that allows you to evaluate and develop. Once you go to production
though,
you
will need to purchase a license. Their prices aren’t bad though,
about
1/4
to 1/3 the
price of a SQLServer or an Oracle. There’s an ODBC driver that works
from
Windows, a precompiler for embedded SQL statements in your C/C++ code,
two additional, lower level data access methods (that I have not
tried),
an
HTML
parser allowing you to embed SQL in your HTML code and a report
writer.Randy Aeberhardt
www.tantalus-systems.com
raeberhardt@tantalus-systems.com“Andrew Thomas” <> andrew.nospam@cogent.ca> > wrote in message
news:9mluuq$og2$> 1@inn.qnx.com> …“John Olsen” <> jo@ols.nu> > wrote in message
news:9micun$haj$> 1@inn.qnx.com> …
Everyone,which databases are available on QNX? Preferably I want to use
free
stuff
if
possible. How about MySQL, is it possible to run MySQL on QNX?MySQL has two ports, one at:
http://www.qnxstart.com
via browser, and the other
http://developers.cogentrts.com/repository
via package installerAndrew
\
Hello DZM
(That’s a funny name.)
Anyway, ISAM = Indexed/Sequential Access Method. The rules are typically
these:
SQL is a more interpreted language that returns tables, not just records.
I.E. Give me all of the employee records who’s SSN is greater than or equal
to 123-00-0000 and less then or equal to 123-99-9999 and who’s state is
‘CA’.
SQL is very popular scripting kind of language and arguably more versitile.
All SQLs (I think) will be slower than pretty much all ISAMs. All ISAMs
will require writing a program to perform whatever function you want to
acomplish. Many SQL’s (I think) actually sit on top of an ISAM.
QDB, the Q-TPS Data Base is an ISAM data base. In addition to the features
listed above it supports multiple keys (i.e. SSN, last name/first name,
city/state/zip, etc.), getting blocks of records with filters (much like a
SQL) and Getting Cached Keys before you decide to get whole records, which
can greatly speed up accesses. It also supports a varity of caching
algorithms. QDB is also, and primarily, very fast.
I have a beta version of QDB available. It is being tested right now and
had exposed a real shortcoming in the Neutrino memmove() function. I have
re-written the memmove() function in asm and will be posting that function
tomorrow. In the mean time I will be creating a new version of QDB probibly
next week and testing it.
Let me know if you are interested in a free beta version.
–
Bill Caroselli – 1(530) 510-7292
Q-TPS Consulting
QTPS@EarthLink.net
“dzm” <dzm@tm.net.my> wrote in message news:9rlc4e$hh1$1@inn.qnx.com…
Hi. I do not know whats the difference b/w ISAM, VSAM, SQL. Whats the
adv/disadv ?dzul
“Randy Aeberhardt” <> raeberhardt@tantalus-systems.com> > wrote in message
news:9nu68t$ghn$> 1@nntp.qnx.com> …
If ISAM is what you’re after, then check out Faircom’s C-TREE product.
Apparently they have a QNX port. A few years ago, I used their product
on SCO UNIX and was quite happy with its performance.Randy Aeberhardt.
raeberhardt@tantalus-systems.com
www.tantalus-systems.com
Both Empress and Postgres work very well, although they have different
philosophies. Empress targets more at embedded, so they lack certain
features (autoincrement is most missing one for people coming from
Windows/Oracle world) but claims much better raw performance (I have not
seen sufficiently detailed benchmarks to support that claim however).
Postgres is very sophisticated and extensible, performance depends heavily
on schema and fine tuning. It does not ‘just compile’ on QNX and porting is
non-trivial enough to turn away anyone without experience. Get binary from
qnxzone.
– igor
“CG” <Christian.Gerdes@ekatec.de> wrote in message
news:aalk9u$j4e$1@inn.qnx.com…
Hi John,
i can only tell you about Empress DB which actually checking on my QNX
(stand by… >I’ve heard about PostgreSQL to be ported by anyone from > www.qnxzone.com> .
Maybe you only have to compile sources on qnx? don’t know…If you find something, please let me know (here?)
luck CG
“John Olsen” <> jo@ols.nu> > schrieb im Newsbeitrag
news:9micun$haj$> 1@inn.qnx.com> …
Everyone,which databases are available on QNX? Preferably I want to use free
stuff
if
possible. How about MySQL, is it possible to run MySQL on QNX?Thanks
John
\
Hi John,
i can only tell you about Empress DB which actually checking on my QNX
(stand by…
I’ve heard about PostgreSQL to be ported by anyone from www.qnxzone.com.
Maybe you only have to compile sources on qnx? don’t know…
If you find something, please let me know (here?)
luck CG
“John Olsen” <jo@ols.nu> schrieb im Newsbeitrag
news:9micun$haj$1@inn.qnx.com…
Everyone,
which databases are available on QNX? Preferably I want to use free stuff
if
possible. How about MySQL, is it possible to run MySQL on QNX?Thanks
John
%% “Igor Kovalenko” <kovalenko@attbi.com> writes:
ik> Get binary from qnxzone.
What am I missing? People keep talking about qnxzone like there’s
actually something there.
Every time I go look at www.qnxzone.com (including just minutes ago),
there’s some news items on the newsZone page, but every other page
except for registration (including softwareZone and developerZone) is
utterly blank, with the same notation that’s been there for months:
“Coming soon…”
Am I looking the wrong place? Am I in the twilightZone ?
These are my opinions—Nortel Networks takes no responsibility for them.
Paul D. Smith <pausmith@nortelnetworks.com> wrote:
%% “Igor Kovalenko” <> kovalenko@attbi.com> > writes:
ik> Get binary from qnxzone.
What am I missing? People keep talking about qnxzone like there’s
actually something there.
It is an active development.
I don’t know the URL where they keep the stuff like postgress. I am sure
that igor will follow-up.
chris
–
Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/
%% Chris McKillop <cdm@qnx.com> writes:
What am I missing? People keep talking about qnxzone like there’s
actually something there.
cm> It is an active development.
It may be very active underneath, but you can’t tell from the surface.
I’ve been periodically checking back for the last 3 months and nothing
has changed except an occasional new bit. It seems very–leisurely .
I’m not complaining (per se), I’m just trying to figure out what
everyone is talking about when they say “check qnxzone”.
These are my opinions—Nortel Networks takes no responsibility for them.
here it is
http://www.qnxzone.com/downloads/
Right. I might only add, pay attention to the readme in that directory.
<fliu@bb.vipstage.com> wrote in message news:aan46t$n0k$1@inn.qnx.com…
here it is
http://www.qnxzone.com/downloads/
John Olsen <jo@ols.nu> wrote:
Everyone,
which databases are available on QNX? Preferably I want to use free stuff if
possible. How about MySQL, is it possible to run MySQL on QNX?
I kept a sleepycat Berkeley DB in my repository, target
your pkg-installer to:
http://www.qnxzone.com/~xtang/repository
-xtang
Paul D. Smith wrote:
%% Chris McKillop <> cdm@qnx.com> > writes:
What am I missing? People keep talking about qnxzone like there’s
actually something there.cm> It is an active development. >
It may be very active underneath, but you can’t tell from the surface.
I’ve been periodically checking back for the last 3 months and nothing
has changed except an occasional new bit. It seems very–leisurely >> .
I’m not complaining (per se), I’m just trying to figure out what
everyone is talking about when they say “check qnxzone”.
We have no primary PHP coder since a while back,
that’s why it’s a bit stalled, also the other admins have been very busy
at their own ends.
Hopefully we will get something new up without boring everyone to death
first
/Johan Björk
“CG” <Christian.Gerdes@ekatec.de> wrote in message
news:aalk9u$j4e$1@inn.qnx.com…
Hi John,
i can only tell you about Empress DB which actually checking on my QNX
(stand by… >I’ve heard about PostgreSQL to be ported by anyone from > www.qnxzone.com> .
Maybe you only have to compile sources on qnx? don’t know…If you find something, please let me know (here?)
luck CG
“John Olsen” <> jo@ols.nu> > schrieb im Newsbeitrag
news:9micun$haj$> 1@inn.qnx.com> …
Everyone,which databases are available on QNX? Preferably I want to use free
stuff
if
possible. How about MySQL, is it possible to run MySQL on QNX?
There’s a MySQL port at http://developers.cogentrts.com/repository. Use the
package manager to get it. The only problem is that it requires a little
playing
with the host name when you try to connect - it only supports a TCP/IP
connection
and when it sees that you are connecting from the local host it tries (and
fails) to
create a UNIX-domain socket. It’s on my list of things to fix.
Cheers,
Andrew
Andrew Thomas wrote:
“CG” <> Christian.Gerdes@ekatec.de> > wrote in message
news:aalk9u$j4e$> 1@inn.qnx.com> …
Hi John,i can only tell you about Empress DB which actually checking on my QNX
(stand by… >I’ve heard about PostgreSQL to be ported by anyone from > www.qnxzone.com> .
Maybe you only have to compile sources on qnx? don’t know…If you find something, please let me know (here?)
luck CG
“John Olsen” <> jo@ols.nu> > schrieb im Newsbeitrag
news:9micun$haj$> 1@inn.qnx.com> …
Everyone,which databases are available on QNX? Preferably I want to use free
stuff
if
possible. How about MySQL, is it possible to run MySQL on QNX?There’s a MySQL port at > http://developers.cogentrts.com/repository> . Use the
package manager to get it. The only problem is that it requires a little
playing
with the host name when you try to connect - it only supports a TCP/IP
connection
and when it sees that you are connecting from the local host it tries (and
fails) to
create a UNIX-domain socket. It’s on my list of things to fix.
There are rumors that UNIX domains are implemented in QNX 6.2
Armin
Andrew Thomas <andrew@cogent.ca> wrote:
“CG” <> Christian.Gerdes@ekatec.de> > wrote in message
news:aalk9u$j4e$> 1@inn.qnx.com> …
Hi John,i can only tell you about Empress DB which actually checking on my QNX
(stand by… >I’ve heard about PostgreSQL to be ported by anyone from > www.qnxzone.com> .
Maybe you only have to compile sources on qnx? don’t know…If you find something, please let me know (here?)
luck CG
“John Olsen” <> jo@ols.nu> > schrieb im Newsbeitrag
news:9micun$haj$> 1@inn.qnx.com> …
Everyone,which databases are available on QNX? Preferably I want to use free
stuff
if
possible. How about MySQL, is it possible to run MySQL on QNX?There’s a MySQL port at > http://developers.cogentrts.com/repository> . Use the
package manager to get it. The only problem is that it requires a little
playing
with the host name when you try to connect - it only supports a TCP/IP
connection
and when it sees that you are connecting from the local host it tries (and
fails) to
create a UNIX-domain socket. It’s on my list of things to fix.Cheers,
Andrew
We are using a hack for UDS for our Qt3 port.
Join our mailing list and/or download the codes from
http://www.sourceforge.net/projects/openqnx
Frank