|
-
Nov 22nd, 2002, 06:07 PM
#1
Thread Starter
Need-a-life Member
Mdac
Is there an easy way to know which MDAC is installed in a machine? I don't have Internet on this machine, so it would be easier to tell my program to use the MDAC that it's installed than to install MDAC on the target machine.
Any ideas?
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Nov 22nd, 2002, 06:09 PM
#2
Through code or what?????
-
Nov 22nd, 2002, 06:10 PM
#3
Thread Starter
Need-a-life Member
Any way... I need to know which MDAC is installed to tell my EXE to use this reference.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Nov 22nd, 2002, 06:16 PM
#4
Thread Starter
Need-a-life Member
Ok, since the runtime error 430 is not raising anymore (I've changed the reference to 2.0) I think this is the one installed.
The problem is that the provider is missing (Jet 4.0). How can I install it?
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Nov 22nd, 2002, 06:31 PM
#5
Originally posted by Mc Brain
Any way... I need to know which MDAC is installed to tell my EXE to use this reference.
Can you check the 'date'/'version' Properties of a given
MDAC file (say a .dll) to determine the version?
Like, if its date or version was 'xxx2.01', and you new that MDAC
4.0's 'file' was 'xxx2.50', that you are using an earlier version MDAC.
Bruce.
-
Nov 22nd, 2002, 06:33 PM
#6
Thread Starter
Need-a-life Member
Which DLL are you talking about?
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Nov 22nd, 2002, 06:39 PM
#7
Not sure 
I just used that as an example in my suggestion.
However, there must be a specific file(s) that belong to
MDAC (I'm guessing), if so wouldn't the option above work?
- Just an Idea.
Bruce.
-
Nov 22nd, 2002, 06:40 PM
#8
PowerPoster
McBrain,
Check out this article
http://support.microsoft.com/default...301202&SD=MSDN
should have everything you need ...
-
Nov 22nd, 2002, 06:41 PM
#9
Thread Starter
Need-a-life Member
Don't worry... since it was a lousy database (67 records with 4 fields each), I turned it into a CSV and re-writing the code to get the data.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Nov 22nd, 2002, 06:49 PM
#10
For what is worth (noting you have a solution);
This (appears) to be the Registry location of (my) MDAC Version.
HKEY_CLASSES_ROOT\MDACVer.Version\CurVer\MDACVer.Version.2.52
-
Nov 22nd, 2002, 06:54 PM
#11
Thread Starter
Need-a-life Member
Ok... It seems that 2.6 is installed on this machine. But the target machine doesn't even have the "MDACVer.Version" key. I'm glad I thought of turning into CSV. It's running already.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
-
Nov 22nd, 2002, 06:54 PM
#12
Thread Starter
Need-a-life Member
Thanks for all the help, anyway.
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|