I'm building an office checkout program and I want to be able to package a database (Mysql, Access, etc.) with the program when I deploy it so that it I don't have to go to every computer that installs the program and put in a database. I also don't want to use a central database, the program needs to be self sufficient and independent of a data connection to a database. It needs to save data after the program is closed and be able to access all the data saved when it's opened again. If I can't have a database file go with program, is there another way that I could get this to happen? Let me know if I need to be more specific... Thanks in advance!
↧