Click to See Complete Forum and Search --> : Database connection


Lonely Wolf
January 26th, 2000, 06:59 AM
I want to know your opinion about methods to connect to an access database.
I use DAO and think it's a good methods.
Looking at your posts i see that anybody use this method.

Lothar Haensler
January 26th, 2000, 07:03 AM
IMHO ADO is the most strategic interface for accessing any database. It is part of UDA (Universal data access), MS's way to offer a generic interface to any data store.

Although DAO might offer more functionality at the present time, I thing in the future ADO will catch up.