My VB application uses .mdb file. Can I distrubute to other users

A

AngelB

I developed a Visual BAsic application that uses .mdb to store temporary
data. Can I distribute my program with the .mdb.
Thanks
 
A

Alex White MCDBA MCSE

Yes, you need to make sure that who ever is going to use is has the MS
access drivers but that is nearly everyone.
 
L

Larry Linson

Alex White MCDBA MCSE said:
Yes, you need to make sure that who ever is going to use is has the MS
access drivers but that is nearly everyone.

If the references are set in VB, the necessary support DLLs _should_ be
packaged by the Packaging and Distribution Wizard, shouldn't they?

Larry
 
Top