Creating .exe Database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • StuartD

    #1

    Creating .exe Database

    I have created a database in MS Access and wish to distribute it as an
    ..exe package. Can this be done and what do I need to do it?

    Thanks for any help.
  • John Thomas Smith

    #2
    Re: Creating .exe Database

    On 22 Mar 2005, stuart.r.deaves @transport.qld. gov.au (StuartD) wrote:
    [color=blue]
    >I have created a database in MS Access and wish to distribute it as an
    >.exe package. Can this be done and what do I need to do it?[/color]

    Depending on your version of Access, you may buy the Developer's
    version which has a RUNTIME module you may distribute, along with
    a Wizard to help you create the package

    It's been awhile since I created one, but as I remember with A97
    the runtime install is about 20 Megabytes or so, so only practical
    to distribute on CD-R


    John Thomas Smith

    http://www.pacifier.com/~jtsmith

    Comment

    • Scott McDaniel

      #3
      Re: Creating .exe Database

      Assuming you mean you've created an Application with Access (i.e. Forms,
      Reports, Tables etc) then no, you cannot create an .exe file. Access doesn't
      really have this capability. Your end users must have either the full retail
      version of Access (whatever version you used to create the app) or you must
      distribute to them the Runtime version of Access (which is basically Access
      with the design capabilities removed). The Runtime is available with the
      Developer's Edition of Access (or, if you've got 2003, the 'Access
      Developer's Extensions' for Visual Studio).

      If you mean you created an Access database (tables only) and plan to
      distribute it with an other frontend (like one created in Visual Basic) then
      the answer is: You can legally distribute your db and the necessary files
      (like DAO, MSJet, etc) IF the development evnvironment you used to create
      the frontend allows you to do so (like Visual Basic, Visual C++, etc). You
      would need to check your dev environment documentation for this.

      "StuartD" <stuart.r.deave s@transport.qld .gov.au> wrote in message
      news:751c22ff.0 503221406.56888 c23@posting.goo gle.com...[color=blue]
      >I have created a database in MS Access and wish to distribute it as an
      > .exe package. Can this be done and what do I need to do it?
      >
      > Thanks for any help.[/color]


      Comment

      Working...