Access db behind VB - distributing. (1 Viewer)

Fuga

Registered User.
Local time
Today, 04:42
Joined
Feb 28, 2002
Messages
566
Hi,

I´m thinking of building a program in VB that uses an access db for data.

what programs does the user need on his computer? Does he need access?

How should I distribute the application?


Fuga.
 

boblarson

Smeghead
Local time
Yesterday, 19:42
Joined
Jan 12, 2001
Messages
32,059
If your VB program accesses the mdb file and all user interaction is done through your VB program, then the user does not need Access nor do they need the Access runtime. The only thing they would need is your program.

I would package the program using either the Package and Deployment wizard that comes with VB (or the Installation project that is with VB.NET) or a third party installation tool (there are several free ones out there).
 

Users who are viewing this thread

Top Bottom