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

Home -> Community -> Usenet -> c.d.o.server -> Re: *** SLOW *** BDE Connection to an Oracle Server

Re: *** SLOW *** BDE Connection to an Oracle Server

From: Marc Scheuner <marc.scheuner_at_NO.SPAM.PLEASE.ch>
Date: 1997/09/08
Message-ID: <341404c8.30187096@news.bernoise.ch>#1/1

Steinberg <amitos_at_ibm.net> wrote:
>I'm sure there are ways to optimize this connection, or a more efficient

You could look at alternative ways to connect to Oracle, although some of them might lock you into using just Oracle and would make porting to other RDBMS more difficult:

  1. ODBCExpress (http://www.odbcexpress.com) is a set of ODBC-based components for Delphi that bypass the BDE entirely and get very good reviews from the folks who use it (I don't - yet, maybe).
  2. Direct Oracle Access : you can download an evaluation copy of this set of Delphi components calling the Oracle API directly from the Delphi Super Page (http://sunsite.icm.edu.pl/delphi).

HTH
Marc Received on Mon Sep 08 1997 - 00:00:00 CDT

Original text of this message

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