The current Microsoft.Jet.OLEDB version?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I go about finding the current Microsoft.Jet.OLEDB version? I don't
won't to hard code a specific version in my program, because my I want my
software to be version independant.

Thanks for your help!
 
What is the best approch to get the version programically from the MDAC?
 
¤ What is the best approch to get the version programically from the MDAC?

MDAC probably won't help you here since the Jet components are not installed as part of MDAC. What
you can probably do is look for the msjetoledb40.dll file to see if it's present. It would be
located in the Windows System32 directory.


Paul
~~~~
Microsoft MVP (Visual Basic)
 

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

Back
Top