Results 1 to 4 of 4

Thread: Publishing App with Access DB

  1. #1
    Join Date
    Mar 2007
    Posts
    59
    Rep Power
    0

    Default Publishing App with Access DB

    Does anyone know how to publish a VB.net app with a Microsoft Access Database?

    Tried But its not working, it doesnt export it with the bin folder
    Last edited by Layton; Feb 13, 2011 at 02:29 PM.
    l^l*l*{$Gates$}*l*l^l

    Volare Forever: http://www.facebook.com/volare.forever

  2. #2
    Join Date
    Feb 2005
    Posts
    85
    Rep Power
    0

    Default

    Quote Originally Posted by Layton View Post
    Does anyone know how to publish a VB.net app with a Microsoft Access Database?

    Tried But its not working, it doesnt export it with the bin folder
    What do you mean by publish a VB.net app?

    Do you mean that you want to create an installer for your application (e.g. a setup.msi or setup.exe)? If this is the case then you have to create a setup and deployment project for this. You then need to add your .exe and other dependencies (in your case the MS Access DB) and complie it into a .msi (a .exe will also be created)
    Last edited by ToxXxic; Feb 14, 2011 at 04:02 PM.
    Code King aka Code WizZzard: Motivated By The Challenge, Driven By The Will To Succeed.

    In The Land Of Programmers, The Code WizZzard Is KING. Sen on anything VB

  3. #3
    Join Date
    Aug 2002
    Posts
    6,223
    Rep Power
    0

    Default

    It is also possible (if you do not have a packager) to place the program with the database into a .ZIP or .RAR file along with a batch file that copies the files to the directories where they are needed (or you could just do it yourself).
    .
    PC - Ubuntu 15.04 64bit Desktop
    HP Pav G60-236US 3GB RAM Laptop, Ubuntu 15.04 64bit and Win7 Home

    "So Daddy, how come you telling me stealing not right when YOU copying DVDs? How come? How Come?"


    RIP Ramesh ...

  4. #4
    Join Date
    Mar 2007
    Posts
    59
    Rep Power
    0

    Default

    thanks ill try this and tell you if it works..both options but preferably the first option
    l^l*l*{$Gates$}*l*l^l

    Volare Forever: http://www.facebook.com/volare.forever

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •