I am trying to access an Access 2000 (SR-1) Database via a Visual Basic 6 (SP5) program.
I attempt to access it as follows:
Dim dbMember As Database
Set dbMember = DBEngine.Workspaces(0).OpenDatabase(“the database.mdb”, False, False, “Access 2000”)
I get the following error on the Set statement:
Runtime error ‘3170’.
Couldn’t find installable ISAM.
Can anybody tell me which DLL is missing and how I can find and install it?