Open MDB using ADO

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top