RE: [INTERFACES] whoops: VB RDO works just fine with new odbc dri ver....

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: Byron Nikolaidis <byronn(at)insightdist(dot)com>, "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
Cc: Tim Bosinius <tim(at)bosinius(dot)de>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: RE: [INTERFACES] whoops: VB RDO works just fine with new odbc dri ver....
Date: 1998-06-01 21:15:59
Message-ID: F10BB1FAF801D111829B0060971D839F2B44FB@cpsmail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

There are 3 main standard that Micro$ has developed to interface with
ODBC (age before beauty):
DAO - Database Access Objects
RDO - Remote Database Objects
ADO - ActiveX Database Objects
All three are implemented using OLE (Object Linking and Embedding) at
one level or another. Their interface and tools only differ slightly
between each one. DAO is the oldest and offers the least amount of
functionality.
RDO offers more functionality than its predecessor DAO but at the cost
of speed. ADO was an attempt to utilize the new COM/ActiveX interface
as a speed boost to RDO as well as standardizing features between DAO
and RDO. One major bonus in ADO over RDO or DAO is that you can have a
statement that updates the database and selects from it (think about
it). In RDO and DAO you couldn't have a combined statement that used
SELECT with INSERT, UPDATE, DELETE, or ALTER (very annoying). All three
standards will work in Visual Basic 4.0 and 5.0 as well as Visual Basic
for Applications.

Forgive me for any inaccuracies, I'm not a MSCE.
-DEJ

> Jackson, DeJuan wrote:
> > Has anyone tested with ADO? I just ask because it's supposed to be
> the
> > new Microsoft "standard".
> > -DEJ
>
> What is ADO, and RDO, and RDX anyway. I dont use Visual Basic at all.
>
> Byron

Browse pgsql-interfaces by date

  From Date Subject
Next Message Krasnow, Greg 1998-06-01 21:38:56 RE: [INTERFACES] whoops: VB RDO works just fine with new odbc dri ver....
Previous Message Byron Nikolaidis 1998-06-01 20:48:27 Re: [INTERFACES] whoops: VB RDO works just fine with new odbc dri ver....