• 0

[convert] Access 2003 to exe


Question

Is MS Visual Studio the correct application for converting an Access 2003 to a stand alone application or Access runtime?

If so, is it simple?

I have a simple relational database that I would like some users to be able to use without them needing Access 2003. I have tried running the database with the runtime switch and it works. Next step is to convert it, or have a company convert it for me.

Link to comment
https://www.neowin.net/forum/topic/461433-convert-access-2003-to-exe/
Share on other sites

5 answers to this question

Recommended Posts

  • 0

AFAIK, Access applications are meant to be distributed as .mdb files. When Access opens a file, it has to lock the file, and it creates another file in the same directory, etc. The only way you'd be able to embed it into an exe is to use some kind of self-extracting rar or zip to a temp directory, then execute the mdb. In any case, the runtime is a requirement no matter what, and has to be a seperate install.

  • 0

I found the answer.

  Quote
Here in the real world, though, it is rather common for Microsoft? Office Access developers to create applications that must run on computers that do not have Microsoft Office Access 2003 installed, or are running older versions of Access. For those developers, Access 2003 Runtime is a necessity.

The Access 2003 Runtime license comes with the Microsoft Office Access 2003 Developer Extensions, which is a component of Microsoft Visual Studio? Tools for the Microsoft Office System. A developer who owns Visual Studio Tools for Office can bundle his application (MDB files and any other support files) with Access 2003 Runtime and distribute it to as many users as necessary. The physical runtime files are included with Microsoft Office 2003 Professional Edition or Microsoft Office Access 2003Source: Mircosofti>

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.