Re: Connecting to ORACLE
Re: Connecting to ORACLE
- Subject: Re: Connecting to ORACLE
- From: Greg Turnquist <email@hidden>
- Date: Thu, 12 Jul 2001 11:17:43 -0500
>
Has anyone scripted a solution that connects to an Oracle database and sends
>
SQL commands when accessing the database? If so what tools are you using and
>
what was involved in the set up of the Oracle DB and the Mac software.
Hello Jason
I'm currently using RealBasic because you can connect directly to an Oracle
DB and send SQL commands. I have also used SQL Plus, but when you send a SQL
command it sends the result back as a text file that you have to then parse
through. With RealBasic you get a database cursor back in memory with the
results, a little simpler.
In both cases you need to have the Oracle client installed which includes
Libraries and SQL Plus.
If you use RealBasic you will have to buy the Pro version.
I'm on digest if you want more info or examples CC me.
Greg