PC Review


Reply
Thread Tools Rate Thread

ADO in Access 97?

 
 
thad
Guest
Posts: n/a
 
      12th Sep 2003
Hi All,

I just had a quick question. Can you use ADO in Access
97? Do you have to reference a particular Active X Object
in Access 97 to use it?
 
Reply With Quote
 
 
 
 
Eddy
Guest
Posts: n/a
 
      13th Sep 2003
If I remember correctly, there is ADO available in Access 97. Do not ask me
what the version is. It should be ADO 2.x. Yes Go to Tools, Reference, and
select the version of ADO you need to reference to. If you don't use DAO
anymore, deselect the DAO referece.


"thad" <(E-Mail Removed)> ?????
news:046c01c37970$48eb63f0$(E-Mail Removed)...
> Hi All,
>
> I just had a quick question. Can you use ADO in Access
> 97? Do you have to reference a particular Active X Object
> in Access 97 to use it?



 
Reply With Quote
 
Paul Overway
Guest
Posts: n/a
 
      13th Sep 2003
You can use ADO in Access 97. However, DAO is a required reference.

--
Paul Overway
Logico Solutions, LLC
www.logico-solutions.com


"thad" <(E-Mail Removed)> wrote in message
news:046c01c37970$48eb63f0$(E-Mail Removed)...
> Hi All,
>
> I just had a quick question. Can you use ADO in Access
> 97? Do you have to reference a particular Active X Object
> in Access 97 to use it?



 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      13th Sep 2003
ADO did not come with Access 97: I don't believe it had been developed when
Office 97 was released. However, if MDAC has been installed on the machine,
then there will be a reference available, and you can use ADO.

Like Paul says, though, I believe you must keep the reference to DAO. That
means that since there are objects with the same name between the two
models, you'll need to disambiguate certain declarations. For example, to
ensure an ADO recordset, you'll need to use Dim rsCurr as ADODB.Recordset
While not strictly necessary due to the order the references appear (but not
a bad habit to get into), you'd use Dim rsCurr As DAO.Recordset to guarantee
a DAO recordset.

The list of objects with the same names in the 2 models is Connection,
Error, Errors, Field, Fields, Parameter, Parameters, Property, Properties
and Recordset


--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele


"Eddy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> If I remember correctly, there is ADO available in Access 97. Do not ask

me
> what the version is. It should be ADO 2.x. Yes Go to Tools, Reference,

and
> select the version of ADO you need to reference to. If you don't use DAO
> anymore, deselect the DAO referece.
>
>
> "thad" <(E-Mail Removed)> ?????
> news:046c01c37970$48eb63f0$(E-Mail Removed)...
> > Hi All,
> >
> > I just had a quick question. Can you use ADO in Access
> > 97? Do you have to reference a particular Active X Object
> > in Access 97 to use it?

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't open my Access files after conversion from Access 97 to Access 2003 M Shafaat Microsoft Access 5 10th Apr 2010 09:04 PM
Saving Access 2007 database in Access 2003 format fails in Access =?Utf-8?B?U3Bpcm8=?= Microsoft Access External Data 0 13th Aug 2006 08:37 AM
W2K3 Service w/ UNC Access, Local Disk Access, and DB Access Rob Microsoft C# .NET 6 2nd Aug 2004 01:44 PM
Access "showing images on first page only of very wide Access report. Windows XP, Access XP Jack Microsoft Access Reports 4 18th Nov 2003 03:01 PM
Re: Allowing users (w/o MS Access) to access an Access 2000 database Wayne Morgan Microsoft Access 0 29th Sep 2003 11:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:39 AM.