|
-
Feb 28th, 2006, 02:27 PM
#1
Thread Starter
Member
Packing and deploying
When i pack a software which has a database connection in it, how is it when i install it and run it. it says the database is not found? It seems that the database is not packaged so therefore i wouldnt be able to deploy that and burn it to cd so it can be used on other machines. How do i make the database available on other machines. i.e. i want the database to be burned to cd then installed on other machine ready to be accessed by the program.
Please help
-
Feb 28th, 2006, 02:39 PM
#2
Re: Packing and deploying
Moved to application deployment
What installation package are you using?
-
Feb 28th, 2006, 02:45 PM
#3
Thread Starter
Member
Re: Packing and deploying
what do you mean? I am using the VB6 package and deploy program
-
Mar 1st, 2006, 12:16 AM
#4
Junior Member
Re: Packing and deploying
During the process of creating the package VB asks you which files you want to add, add in your database and report files (if you have any).
Make sure in the code you point to the database as App.Path & "\DBName.xxx"
where DBName.xxx is the name of your database
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|