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.
Printable View
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.
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.