I have a program that connects to an access database. Say my client doesn't have access installed or any necessary components. I created the program in vb6, what does the client need in order for the program to work?
I have a program that connects to an access database. Say my client doesn't have access installed or any necessary components. I created the program in vb6, what does the client need in order for the program to work?
did u use ADO or DAO? then install MDAC on client
ado i blieve... i used the jet database engine.
Sue Visual Studio Installer to pacjkage your application. It will analyze and include all necessary files... and to answer what you may ask next, Access need not be installed on the users system inorder for this to work...;)Quote:
Originally posted by MXAlPhA
ado i blieve... i used the jet database engine.
yah... the point of the program i'm making is more of a put in the cd and a presentation will appear. installing isn't that good of an idea... i think all i need is mdac? correct?