How to include DB in Package & Deploy?
Hello Everyone- Im new with Vb 6.0. I mainly use access 2002 but now I need to convert my program to be able to distribute. Im having a hardtime including tables from this database. How do I make a copy or a new table that can be packaged with the deployment wizard? What I mean is how can I make a access table so that the database im creating with VB will be able to be packaged & delpoyed on another PC? Hope this doesnt sound confusing. Thanks for all your help in advanced! :confused:
Re: How to include DB in Package & Deploy?
jandrade15,
I would suggest leaving PDW and using ********** and Inno Setup.
BTW, you do not include a table. You include the whole database which contains the table.
1 Attachment(s)
Re: How to include DB in Package & Deploy?
If you use the P&D Wiz, you can add extra files to the package in this step
by clicking on the add button and changing the browse filter to all files so
you can see your *.mdb database.
Re: How to include DB in Package & Deploy?
Thanks Guys, it worked. The only problem im having is that where would I put the database. for instance, when i add the database on the PDW it keeps the address where i have the database now. How do i put a generic address so that when someone else installs it it finds the database and doesnt get an error on it? Thanks for all your responses!!!
1 Attachment(s)
Re: How to include DB in Package & Deploy?
When your at the step where you see the Install Locations, select your
database by selecting it in the left most or first column. Then scroll to the
right to see the column that says "Install Location". Click into it. You cant
click into it unless the item it selected first. Then a combo will appear. Click
the dropdown to show a list of macro paths (app.path, program files, etc.).
HTH
Re: How to include DB in Package & Deploy?
Thanks a Million your a Genius oops....."GURU!!" Thanks man! :wave:
Re: How to include DB in Package & Deploy?
No prob. Glad to help. :thumb:
Re: How to include DB in Package & Deploy?
RobDog888
Great and helpfull tutorial. Learnt new things, thanks mate.
Habibalby
Re: How to include DB in Package & Deploy?
Watch this Forum for my upcoming tutorial on the P&D Wizard. :)