Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I wrote a program that uses MS Access for a database. I know that if I deploy my program they have to have MS access on there computer

 

My question is, if there is a way when packaging my program, to package the contructed database with tables and queries, that way I don't have to set up a database everytime I put the program on the computer. the program is just a local program for an individual computer

Live as if you were to die tomorrow. Learn as if you were to live forever.
Gandhi
  • Moderators
Posted

They don't need Access installed as long as you don't make references to the Access object. (ADO/ADO.NET does not count).

 

Simply ship your program with the MDB file and a copy of MDAC 2.5 or higher.

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...