There are several ways to connect to the Oracle from Delphi. You can use ODBC and BDE, but i suppose you to use some kind of component collections. For example Direct Oracle Access components can connect to the Oracle without BDE and ODBC. One obvious advantage is the speed. It uses tnsnames for databases, and you just simply put the session component to the form and set the database and connect to it. Anyway they have a very good help for all of their components.
 
You can find it here:
 
 
----- Original Message -----
Sent: Wednesday, May 22, 2002 12:08 PM
Subject: Oracle and Delphi

Hi list,
 
    I am developing an application wherein Delphi is the Front-end and Oracle the Back-end. I wanted to know what all are needed to get connected to Oracle Database , i.e -> settings,configuration etc..
 
Thanks and regards,
Santosh

Reply via email to