QNX to Oracle

Hello,
currently we have an application which pulls data from an Oracle database.
The problem is we built a WindowsNT agent (yuck) to handle the transactions
with the Oracle database. If someone could point me in the proper direction
on how to build an ODBC connection from QNX to Oracle it would be greatly
appreciated.
Thanks,
Jamie

“Jamie Campbell” <jcampbel@loacheng.on.ca> wrote in message
news:9pv0dc$jd2$1@inn.qnx.com

Hello,
currently we have an application which pulls data from an Oracle database.
The problem is we built a WindowsNT agent (yuck) to handle the
transactions
with the Oracle database. If someone could point me in the proper
direction
on how to build an ODBC connection from QNX to Oracle it would be greatly
appreciated.

That should do it:
http://www.qnx.com/news/tpnews/sep25_01-easysoft.html

Thanks,
Jamie

Jamie,

I worked with Easysoft on the testing for QNX4 - works like a champ.

Contact mailto://chrisc@easysoft.com and he can get you setup.
Tell him Jay sent you… I kinda had to push for the QNX4 support
and I know he’ll love the business :slight_smile:

Jay

Mario Charest wrote in message <9pv1uv$k3m$1@inn.qnx.com>…

“Jamie Campbell” <> jcampbel@loacheng.on.ca> > wrote in message
news:9pv0dc$jd2$> 1@inn.qnx.com> …
Hello,
currently we have an application which pulls data from an Oracle
database.
The problem is we built a WindowsNT agent (yuck) to handle the
transactions
with the Oracle database. If someone could point me in the proper
direction
on how to build an ODBC connection from QNX to Oracle it would be greatly
appreciated.

That should do it:
http://www.qnx.com/news/tpnews/sep25_01-easysoft.html

Thanks,
Jamie

\

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
Check out our new Unlimited Server. No Download or Time Limits!
-----== Over 80,000 Newsgroups - 19 Different Servers! ==-----

Thanks Jay and Mario. I just read the press release about EasySoft. Perfect
timing. :slight_smile:

“Jamie Campbell” <jcampbel@loacheng.on.ca> wrote in message
news:9pv0dc$jd2$1@inn.qnx.com

Hello,
currently we have an application which pulls data from an Oracle database.
The problem is we built a WindowsNT agent (yuck) to handle the
transactions
with the Oracle database. If someone could point me in the proper
direction
on how to build an ODBC connection from QNX to Oracle it would be greatly
appreciated.
Thanks,
Jamie

I am also interested in this ODBC product. I have been using Sybase for QNX
until recently it has been terminated, but I am still using it at least for
a while until I have a new database solution. If I use the Easysoft ODBC
product on QNX 4 for realtime process, how much overhead it will have
compare to the original odbc from Sybase? In other words, can I use it for
realtime application?

“Jay Hogg” <jh@fastlane.net.r-e-m-o-v-e> wrote in message
news:3bc5081e$1_1@news.newsgroups.com

Jamie,

I worked with Easysoft on the testing for QNX4 - works like a champ.

Contact mailto://> chrisc@easysoft.com > and he can get you setup.
Tell him Jay sent you… I kinda had to push for the QNX4 support
and I know he’ll love the business > :slight_smile:

Jay

Mario Charest wrote in message <9pv1uv$k3m$> 1@inn.qnx.com> >…

“Jamie Campbell” <> jcampbel@loacheng.on.ca> > wrote in message
news:9pv0dc$jd2$> 1@inn.qnx.com> …
Hello,
currently we have an application which pulls data from an Oracle
database.
The problem is we built a WindowsNT agent (yuck) to handle the
transactions
with the Oracle database. If someone could point me in the proper
direction
on how to build an ODBC connection from QNX to Oracle it would be
greatly
appreciated.

That should do it:
http://www.qnx.com/news/tpnews/sep25_01-easysoft.html

Thanks,
Jamie








-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com > - The #1 Newsgroup Service in the World!
Check out our new Unlimited Server. No Download or Time Limits!
-----== Over 80,000 Newsgroups - 19 Different Servers! ==-----

Johannes wrote:

I am also interested in this ODBC product. I have been using Sybase for QNX
until recently it has been terminated, but I am still using it at least for
a while until I have a new database solution. If I use the Easysoft ODBC
product on QNX 4 for realtime process, how much overhead it will have
compare to the original odbc from Sybase? In other words, can I use it for
realtime application?

Well, thats a bit of a “how longs a piece of string question”, the OOB does
have some extra overhead, I can’t clame otherwise, however if you look on the
docs on our web site, there are articles on how to get the most out of it,
simple changes in the way your code uses ODBC will make big diffrences in
performance.

The design goal of the OOB was fist to be transparent, then we worked on
improving performance.

I have just been looking at one particular setup between QNX6 on a 1Ghz PC,
going to SQL Server on a twin 500Mhz server. The test called a stored proc,
that inserted a record, and returned a autonumber value. The difference
between the slowest way of doing it and the fastest, was 40 transactions a
second to 140. However, when I then made the code multi threaded, and ramped
up the number of theads doing the calls, I got a maximum throuput of > 1000
per second, which I think is good by any means (Ok you can do more direct to
disk, but thats hardly like for like).

Bottom line, if you have performance questions, ask us, if you can describe
what you need to do, I am sure that if a solution is possible, we can help
find it.

“Jay Hogg” <> jh@fastlane.net.r-e-m-o-v-e> > wrote in message
news:3bc5081e$> 1_1@news.newsgroups.com> …
Jamie,

I worked with Easysoft on the testing for QNX4 - works like a champ.

Contact mailto://> chrisc@easysoft.com > and he can get you setup.
Tell him Jay sent you… I kinda had to push for the QNX4 support
and I know he’ll love the business > :slight_smile:

Jay

Mario Charest wrote in message <9pv1uv$k3m$> 1@inn.qnx.com> >…

“Jamie Campbell” <> jcampbel@loacheng.on.ca> > wrote in message
news:9pv0dc$jd2$> 1@inn.qnx.com> …
Hello,
currently we have an application which pulls data from an Oracle
database.
The problem is we built a WindowsNT agent (yuck) to handle the
transactions
with the Oracle database. If someone could point me in the proper
direction
on how to build an ODBC connection from QNX to Oracle it would be
greatly
appreciated.

That should do it:
http://www.qnx.com/news/tpnews/sep25_01-easysoft.html

Thanks,
Jamie








-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com > - The #1 Newsgroup Service in the World!
Check out our new Unlimited Server. No Download or Time Limits!
-----== Over 80,000 Newsgroups - 19 Different Servers! ==-----


Nick Gorham
Easysoft Ltd

I am in the process of porting a data base product that I had for QNX 4 to
Neutrino. It should be ready for alpha testing in about 30 days. It is
extreamly fast because all of the decision making is “compiled into” the
engine. It also has several caching options and can scale up very well. It
is available as a link in module or as a server.

If you think that you might be interested in alpha testing it please let me
know. I will be adding features in an ongoing bases and those who get in on
the ground level will get to steer it’s development.

“Johannes” <jsukamtoh@yahoo.com> wrote in message
news:9q5j4e$r1q$1@inn.qnx.com

I am also interested in this ODBC product. I have been using Sybase for
QNX
until recently it has been terminated, but I am still using it at least
for
a while until I have a new database solution. If I use the Easysoft ODBC
product on QNX 4 for realtime process, how much overhead it will have
compare to the original odbc from Sybase? In other words, can I use it for
realtime application?

“Jay Hogg” <> jh@fastlane.net.r-e-m-o-v-e> > wrote in message
news:3bc5081e$> 1_1@news.newsgroups.com> …
Jamie,

I worked with Easysoft on the testing for QNX4 - works like a champ.

Contact mailto://> chrisc@easysoft.com > and he can get you setup.
Tell him Jay sent you… I kinda had to push for the QNX4 support
and I know he’ll love the business > :slight_smile:

Jay

Mario Charest wrote in message <9pv1uv$k3m$> 1@inn.qnx.com> >…

“Jamie Campbell” <> jcampbel@loacheng.on.ca> > wrote in message
news:9pv0dc$jd2$> 1@inn.qnx.com> …
Hello,
currently we have an application which pulls data from an Oracle
database.
The problem is we built a WindowsNT agent (yuck) to handle the
transactions
with the Oracle database. If someone could point me in the proper
direction
on how to build an ODBC connection from QNX to Oracle it would be
greatly
appreciated.

That should do it:
http://www.qnx.com/news/tpnews/sep25_01-easysoft.html

Thanks,
Jamie








-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com > - The #1 Newsgroup Service in the World!
Check out our new Unlimited Server. No Download or Time Limits!
-----== Over 80,000 Newsgroups - 19 Different Servers! ==-----


to:
from: Uwe Wannags, SWD (SW Datentechnik GmbH), Germany
re:

we ship Sybase Anywhere for QNX4 now and will offer an OEM
solution in future

mfG / best reg
Uwe Wannags

NEW:online product catalogue for QNX 3rd Party products
http://www.swd.de/products/catalogue/index_en.html


SWD (SW Datentechnik GmbH) Phone: +49 (0)4106 6109-10
QNX+3rd Party Distribution Fax: +49 (0)4106 6109-40
Raiffeisenstrasse 2-4 mailto:uwannags@swd.de
D-25451 Quickborn, Germany WWW, URL http://www.swd.de
QNX Distribution since 1986 area: Poland, Russia and GUS

“Johannes” <jsukamtoh@yahoo.com> schrieb im Newsbeitrag
news:9q5j4e$r1q$1@inn.qnx.com

I am also interested in this ODBC product. I have been using Sybase for
QNX
until recently it has been terminated, but I am still using it at least
for
a while until I have a new database solution. If I use the Easysoft ODBC
product on QNX 4 for realtime process, how much overhead it will have
compare to the original odbc from Sybase? In other words, can I use it for
realtime application?

“Jay Hogg” <> jh@fastlane.net.r-e-m-o-v-e> > wrote in message
news:3bc5081e$> 1_1@news.newsgroups.com> …
Jamie,

I worked with Easysoft on the testing for QNX4 - works like a champ.

Contact mailto://> chrisc@easysoft.com > and he can get you setup.
Tell him Jay sent you… I kinda had to push for the QNX4 support
and I know he’ll love the business > :slight_smile:

Jay

Mario Charest wrote in message <9pv1uv$k3m$> 1@inn.qnx.com> >…

“Jamie Campbell” <> jcampbel@loacheng.on.ca> > wrote in message
news:9pv0dc$jd2$> 1@inn.qnx.com> …
Hello,
currently we have an application which pulls data from an Oracle
database.
The problem is we built a WindowsNT agent (yuck) to handle the
transactions
with the Oracle database. If someone could point me in the proper
direction
on how to build an ODBC connection from QNX to Oracle it would be
greatly
appreciated.

That should do it:
http://www.qnx.com/news/tpnews/sep25_01-easysoft.html

Thanks,
Jamie








-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com > - The #1 Newsgroup Service in the World!
Check out our new Unlimited Server. No Download or Time Limits!
-----== Over 80,000 Newsgroups - 19 Different Servers! ==-----