Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Library that handles mdb File

Status
Not open for further replies.

svagelis

Programmer
May 2, 2001
121
GR
I m about to distribute my app which connects (ADO) to an mdb database (MS Access).
I ve created my package through Package & deployment wizard and included in my mdb file.
Well question is
1. Do i have to install any other dlls in order to be able to connect to my mdb (Access database)?
2. Are the dlls that handles ADO (and are included to my package) enough in order to connect to Access database?
3. What is the purpose of MDAC.exe?

Thanks in advance ...
 
I've just done something very similar. Here are my
uninformed replies:
1) No. I think ADODC simply allows VB to work with
any database written in any language, not just
ACCESS.
2) Nope.
3) I have no idea.
 
Well you are going to need jet 3.51/4.0 whichever you are using. It's not included with MDAC.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top