I have an application w/ an OLEDB (MS Jet 4.0) (VB.net)and I am not sure which MDAC components I need to include with the app. What do I need to give my clients in order for this app to run on their machine?
Thanks........
Printable View
I have an application w/ an OLEDB (MS Jet 4.0) (VB.net)and I am not sure which MDAC components I need to include with the app. What do I need to give my clients in order for this app to run on their machine?
Thanks........
microsoft.com
good luck searchin :P
I know its microsoft! To be exact here's this link:
http://www.microsoft.com/data/default.htm
My question is which MDAC comp. do I include? There is several choices.
If you're distributing an Access application use MDAC 2.5, the jet provider is not included in MDAC 2.6 onwards. If you need the Jet provider there's a seperate file that you can download from the same www.microsoft.com/data section.
If you're installing on a Windows 2000 machine, chance is it already has MDAC 2.5
Thanks for the Info!