473,471 Members | 4,637 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

What version of DAO does Access 2002/2003 have?

Please can you tell me what version of DAO does access 2002/2003 use ?

Access 97/2000 can use DAO3.5 and DAO3.6
Can I compact a 2002/2003 db using DAO 3.6?
thanks in advance
regs Tombsy
Nov 13 '05 #1
7 3798

DAO is no longer being updated, or used as the default in Access, by
Microsoft. They have made the move to ADO, so to the best of my
knowledge, DAO 3.6 is the last you'll find.

Take a look at:

http://www.a1vbcode.com/vbtip.asp?ID=23

on how to use ADO (JRO actually). I really don't think you can use DAO on
a Jet engine beyond 3.x (Access 97). I'd test it a LOT before I'd try it
on a Jet 4 database that mattered.

On Fri, 19 Nov 2004, tombsy wrote:
Please can you tell me what version of DAO does access 2002/2003 use ?

Access 97/2000 can use DAO3.5 and DAO3.6
Can I compact a 2002/2003 db using DAO 3.6?
thanks in advance
regs Tombsy

Nov 13 '05 #2
"tombsy" <ic*****@tiscali.co.uk> wrote:
Please can you tell me what version of DAO does access 2002/2003 use ?

Access 97/2000 can use DAO3.5 and DAO3.6
Can I compact a 2002/2003 db using DAO 3.6?


A97 uses DAO 3.5. A2000 and newer uses DAO 3.6.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #3

"Mark D. Hill" <ma******@u.washington.edu> wrote
DAO is no longer being updated, or used
as the default in Access, by Microsoft. They
have made the move to ADO, so to the best
of my knowledge, DAO 3.6 is the last you'll
find.


The current advice from knowledgeable insiders at Microsoft is to use DAO
rather than ADO, as a general rule. Although Jet, of which DAO is the
"native language", is _officially_ "in maintenance mode", they have, in
fact, included some enhancements in Jet 4. SPs (of which there are eight or
nine -- I can't keep track!).

ADO does not give you a "headstart on the future" because its successor
ADO.NET is already available, and doesn't share the same object model as
"classic ADO".

Larry Linson
Microsoft Access MVP
Nov 13 '05 #4
"Mark D. Hill" <ma******@u.washington.edu> wrote:
DAO is no longer being updated, or used as the default in Access, by
Microsoft.
A2003 now has the DAO reference above the ADO reference.
I really don't think you can use DAO on
a Jet engine beyond 3.x (Access 97). I'd test it a LOT before I'd try it
on a Jet 4 database that mattered.


Huh? DAO 3.6 works just fine on a Jet 4.0 database.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #5
Many thanks to Larry and Tony

As I suspected...
DAO 3.6 is good for compacting all versions of Access from Access2 upwards.
This is good news for my utility app.

thanks for the indepth response

kind regs

Tombsy
"Tony Toews" <tt****@telusplanet.net> wrote in message
news:ed********************************@4ax.com...
"Mark D. Hill" <ma******@u.washington.edu> wrote:
DAO is no longer being updated, or used as the default in Access, by
Microsoft.


A2003 now has the DAO reference above the ADO reference.
I really don't think you can use DAO on
a Jet engine beyond 3.x (Access 97). I'd test it a LOT before I'd try it
on a Jet 4 database that mattered.


Huh? DAO 3.6 works just fine on a Jet 4.0 database.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm

Nov 13 '05 #6


On Sat, 20 Nov 2004, Tony Toews wrote:
"Mark D. Hill" <ma******@u.washington.edu> wrote:
DAO is no longer being updated, or used as the default in Access, by
Microsoft.
A2003 now has the DAO reference above the ADO reference.
I really don't think you can use DAO on
a Jet engine beyond 3.x (Access 97). I'd test it a LOT before I'd try it
on a Jet 4 database that mattered.


Huh? DAO 3.6 works just fine on a Jet 4.0 database.


That didn't come out the way I'd intended. I know you can use DAO with
Jet 4 - I support a lot of Access 2000 dbs that are running DAO code.

It would have been helpful if I had completed my thought: "...don't think
you can use DAO to *compact* a Jet engine beyond 3.x". But after testing,
I found you can... with a caveat. You cannot run CompactDatabase from
Access 97 (and older) on a Access 2000 (or newer) db.

Tony, if you know otherwise, I'd be interested in any documentation you could
point us to.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm

Nov 13 '05 #7
"Mark D. Hill" <ma******@u.washington.edu> wrote:
It would have been helpful if I had completed my thought: "...don't think
you can use DAO to *compact* a Jet engine beyond 3.x". But after testing,
I found you can... with a caveat. You cannot run CompactDatabase from
Access 97 (and older) on a Access 2000 (or newer) db.

Tony, if you know otherwise, I'd be interested in any documentation you could
point us to.


AFAIK you are correct. I suppose you could try referencing the MS DAO 3.6 library
but I'd be somewhat skeptical of this approach. <smile>

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

29
by: asj | last post by:
Can you guess what this is? http://www.blueboard.com/phone/apache_sept_2003.gif It's a history of the IIs "Titanic", which is being slowly and painfully sunk by the open source Apache web...
10
by: David Hare-Scott | last post by:
From what I can glean from M$ propaganda the big thing for Access 2003 is XML. I cannot think right now why I would want to use XML with Access unless I needed to exchange complex data remotely...
2
by: DOG | last post by:
I am (was) an Access programmer with 10 years experience - I have taken a break from work for 2 years to pursue other interests. The last version of Access I was using on a day to day basis was...
7
by: Danny | last post by:
I want to buy the latest version of ms access. Will this version let me create an mdb that will work with a lesser version such as 2000, I am having a problem going from 2002 to 2000. The mde will...
70
by: Neil Ginsberg | last post by:
Does anyone know if a new version of Access is due to come out anytime soon? Thanks, Neil
4
by: Br | last post by:
We're using an Access2000 ADP with an SQL2000 back-end. Because SQL2000 was released after Access2000 you need to be running Access2000 SP1 (2 or 3) for it to work properly. Is there an easy way...
47
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small...
4
by: Jozef | last post by:
Hello, I have an application that I have been deploying with the Office 2002 / XP Developers Edition Package and Deployment wizard. The package that it creates is 180 MB in size. I would like...
5
by: jamcompany via AccessMonster.com | last post by:
Hi , I'm wondering it there is a way to notify users of the need to use a different version of Access (2003). I have an Access 2003 mde file that can't be opened by Access 2000-2002 users. I...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.