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: Visual Basic to Oracle 7.3

Re: Visual Basic to Oracle 7.3

From: Jonathan Gennick <gennick_at_worldnet.att.net>
Date: 27 Sep 1998 05:31:43 GMT
Message-ID: <3612ccf2.20351152@netnews.worldnet.att.net>


On Sat, 26 Sep 1998 18:58:04 GMT, constr01_at_interpla.net.co wrote:

>If I want access my database from VisualBasic or Delphi which one is the
>better way to do it.

I can't comment on which is "better", but if you use VB, I recommend using RDO (Remote Data Objects). RDO is much faster than the DAO data objects. DAO uses the JET engine, which slows things down quite a bit. RDO takes you directly to ODBC, and is faster.

>Can I do it with SQL*Plus? or what should I do?

You couldn't really develop an application in SQL*Plus, though I have written some fairly complex scripts. SQL*Plus is an ad-hoc query tool.

Jonathan Received on Sun Sep 27 1998 - 00:31:43 CDT

Original text of this message

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