PDA

Click to See Complete Forum and Search --> : DAO's causing me troubles!!!!


Aug 30th, 2000, 03:32 PM
Hi friends,

I had been using the access 97 till last year. Now I am using the access 2000. Whenever I try to use the dao's with the database, it gives me an error that unrecognized format. It has no problems with the 97 version. What should I do to rectify my errors.

parksie
Aug 30th, 2000, 03:35 PM
Make sure that you are using DAO version 3.6 (check under the References dialogue).

Clunietp
Aug 31st, 2000, 12:07 AM
http://support.microsoft.com/support/kb/articles/q238/4/01.asp?LNG=ENG&SA=ALLKB

eanilarora
Aug 31st, 2000, 07:19 AM
Check out your DAO Version
It should be 3.6 or more
to be able to connect to Access 2000 database
3.5 works only with Access97

Moreover it is high time you moved
to ADO's

Happy Learning

parksie
Aug 31st, 2000, 07:56 AM
Actually, ADO is slower for Access than DAO. If you only plan on using Jet, then it's best to stay with DAO as it has native support for all the features. ADO is more general.

Clunietp
Sep 1st, 2000, 10:14 AM
ADO is slower than DAO for MS Access databases, but DAO is being phased out. Therefore, all new development should be done using ADO

In a few years, maintaining a DAO application would be like trying to maintain a DBLib or VBSQL application today (not that I've ever maintained one of those, but you catch my drift....)

JHausmann
Sep 1st, 2000, 01:40 PM
Nope, no formal date for obsoleting DAO. I'd expect RDO to go first :)