You can use ADO through ActiveX.
1) Go to Tools->Create ActiveX Controller and create an instrument driver to control "Microsoft ActiveX Data Objects".
2) Use this instrument driver to open your database and read it through ADO. Microsoft documents how to program with ADO through ActiveX so you can consult MSDN and their API documentation for help.