Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle and delphi

Re: Oracle and delphi

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: 1997/11/03
Message-ID: <01bce81f$c89269c0$f3040059@billyv.vslabs.co.za>#1/1

Dr. Bernd E. Langner <bernd.langner_at_m-info.wl.shuttle.de> wrote in article <345C8658.54CD_at_m-info.wl.shuttle.de>...
<snip>
> I have delphi 2 professional
> What I have to buy/do:
> to install oracle on my computer

You need to install 32bit SQL*Net on your PC. The software is bundled with the Oracle Server software. Or you can download a trial version from Oracle's web site of Personal Oracle instead.

> to define databases

When installing 32bit SQL*Net also install EasyConfig to assist you in configuring your Oracle database connections.

> to work witt theses databases together with delphi.

Delphi Client/Server includes native support for Oracle (amongst others). To use Delphi Pro you will need an Oracle ODBC driver. The newer distributions of Oracle includes ODBC drivers for Win95 and NT. You can also go to Oracle's web site and download 7.x Oracle ODBC drivers.

Run Delphi's BDE-Admin and set AUTO ODBC to true - this will auto detect all ODBC aliases. Use ODBC Admin and create an ODBC alias for the Oracle database you've configured with EasyConfig.

Run Delphi. Drag and drop a database object on the form and connect it to the Oracle ODBC alias.

regards,
Billy Received on Mon Nov 03 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US