Open MDB using ADO

  • Thread starter Thread starter Fotios Lindiakos
  • Start date Start date
F

Fotios Lindiakos

How can I open an mdb file using ADO? With transaction processing if
possible. With DAO I have this:

Set wksp = DBEngine.CreateWorkspace(work, name, pass)
Set dbNew = wksp.OpenDatabase(path)

--
Frank Lindiakos
Application Developer
WeberSystems Inc.
(e-mail address removed)
(e-mail address removed)
 
Back
Top