M
Michael G. Schneider
Suppose you have two MDBs, one for the GUI, the other for the data. I do not
want to use DAO, I want to use ADO.
Probably simple question, but what do I have to do for using ADO inspite of
DAO? I removed the reference to DAO, and inserted the reference to ADO. What
more has to be done?
For example, what about the Form.Recordset object? It is a DAO.Recordset
object. How can this be changed?
want to use DAO, I want to use ADO.
Probably simple question, but what do I have to do for using ADO inspite of
DAO? I removed the reference to DAO, and inserted the reference to ADO. What
more has to be done?
For example, what about the Form.Recordset object? It is a DAO.Recordset
object. How can this be changed?