Database Problem please help
I have made a windows application, my database file is in MS-Access, i want to keep my database file on the domain server i.e DC so that anyone can update it and then i have made a form backup form which will take the backup of the database and restore it. i have used open and save file commands for that purpose. Please how i can do so that i should keep the database file on the server and access it and take the backup also. Please help me out.
Sam HobbsPosted Dec 5, 2009, 11:09 AM
Perhaps you could write a macro that exports the data. Can an export be done with the database open? Then if a problem causes the database to be lost, you could import the data into a new database.
Something else you could do is to write your system so that it archives updates (including adds of new data) at the time they occur, so that you have a copy of all data. There is certainly other software, including samples and articles, that you can use for doing that, but I don't know what they are.
Access was not designed to be used for multiple-user use. It is used in web sites for multiple users, but Access is not designed for it. Other database software, such as Microfoft SQL Server, is designed for this, but I know it also costs more. If you can afford something else, then don't use Access.