Publishing a Vb program to CD with Access Database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Baladin
    New Member
    • Feb 2008
    • 14

    Publishing a Vb program to CD with Access Database

    Hi, I have a program that I need to publish to a installation CD, I can get that to work but i wont take the Database (MS Access (.mdb)) with it, is it possible to do so or will i have to copy it manually?

    Oh using Vb Express 2008
  • daniel aristidou
    Contributor
    • Aug 2007
    • 494

    #2
    Originally posted by Baladin
    Hi, I have a program that I need to publish to a installation CD, I can get that to work but i wont take the Database (MS Access (.mdb)) with it, is it possible to do so or will i have to copy it manually?

    Oh using Vb Express 2008
    well it has always copied the database for me..........che ck you settings!!

    Comment

    • Baladin
      New Member
      • Feb 2008
      • 14

      #3
      I've looked at te settings and i cant find anything

      Comment

      • jamesd0142
        Contributor
        • Sep 2007
        • 471

        #4
        In visual studion there is and option to copy additional resources or something simular when you publish your application.

        im not sure but mayb you need to do the same?

        Comment

        • Jayachandra
          New Member
          • Mar 2007
          • 49

          #5
          Hi ,

          In VB 6 there is Package & Deployment wizard. While Setting the Setup It will ask any other file to be include. There u can add that mdb file. Remind that if ur program using App.path basis. or not. If the database is in app.path format then the application will work. After completion of the Deployement the mdb file will be available in Support Folder. Try it if you are using VB6.

          Comment

          Working...