PDA

Click to See Complete Forum and Search --> : VB6, Access 97 & ADO


tsosnowski
Sep 9th, 2000, 07:28 PM
This is my first VB6 program, and I am having trouble with the distrubtion.. It is a simple Database program that
uses data from a Access 97 file...It works fine ..execpt..
after I Package it and create the distrubtion files with the package and deployment wizard it installs fine on a different computer .. but when you attempt to run the program, the program cant find the db file....It's like I am missing a file for my program to be able to find the db.

Thanks in advance for you help....

Trent

sanon
Sep 10th, 2000, 12:25 PM
When you create a package, don't forget to add your .mdb file.

Clunietp
Sep 10th, 2000, 05:20 PM
What is the exact error message you are getting?