|
-
Apr 4th, 2002, 05:41 AM
#1
Thread Starter
Frenzied Member
When you run the PDW, make sure that you have MDAC in there somewhere - it has all the ADO stuff your user will need.
(It'll also make your package much larger unfortunately!)
-
Apr 4th, 2002, 06:33 AM
#2
Thread Starter
Frenzied Member
I don't think you can get around the MDAC issue.
Not if you want to interact with databases. 
It would be nice if MS would just package the data access components individually, so if you just wanted ADO you could just include ADO. However, I'm sure they have their reasons.
The only other way (not nice) if you know that the user will have Access 97 on their machine, you could revert to using DAO to do your data-handling. Seems a bit of a retrograde step though...
-
Apr 4th, 2002, 07:02 AM
#3
Pete - is it possible to put all the program on one package and the mdac and other references possibly required in another. Then if it installs and works - great. If not they have to get the huge file and run it...
I was looking at the same sort of problem, but since I can't use VB at work (cause I haven't broken the ahem *coughrulescough* yet) I didn't go any further. But I needed the DAO stuff onto a comp with none and my db exe was 1 mb already so add to the DAO was three or four floppies of zip file.
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Apr 4th, 2002, 07:11 AM
#4
Thread Starter
Frenzied Member
Yeah - there's probably no reason why you can't ship MDAC_typ.exe separately - it is a standalone install package.
I don't know this for a fact, but it seems reasonable.
-
Apr 4th, 2002, 01:25 PM
#5
Hyperactive Member
my user wouldn't d/l big MDAC to run small
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
|