techmanbd Posted October 16, 2003 Posted October 16, 2003 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 Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
Moderators Robby Posted October 16, 2003 Moderators Posted October 16, 2003 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. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.