Results 1 to 4 of 4

Thread: Packing and deploying

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    56

    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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Packing and deploying

    Moved to application deployment

    What installation package are you using?

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2006
    Posts
    56

    Re: Packing and deploying

    what do you mean? I am using the VB6 package and deploy program

  4. #4
    Junior Member
    Join Date
    Feb 2006
    Posts
    28

    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
  •  



Click Here to Expand Forum to Full Width