Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing MS Access database as a file format for desktop application needing open / save type functionality
    primarykey
    data
    text
    <p>This is probably a pretty novice design question. I'm trying to work my way through a number of requirements and give the users the experience they're looking for...</p> <p>I've written a tool that does big calcluation-type things. It currently consists of a class library and command line tool (separate .NET projects.) We're using an Access database format as the file type because it can keep all the various tables together in one file. A few other items about the application: - There are not many users. There are no concerns with scalability. - There are not great concerns with updates. - Desktop is desired. Not web. - Using VB and .NET 3.5 SP1</p> <p>I now need to develop a GUI front end that will allow typical File/Open and File/Save type operations.</p> <p>Users expect that they can open a file, edit it some, then either choose to save it or close it unsaved -- without <em>any</em> changes being written back to the file. Saving it would obviously save all changes affecting all tables back to the file.</p> <p>Does it then make sense to use a temp file for something like a proxy then? To, when a user "opens" a file, copy the source Access file to a local temp file and then use that for the editing session? Then, if the user "saves", copy the local temp file back to the source path? </p> <p>Is that question clear? Is the design horrid??? Any comments or suggestions?</p> <p><strong>Update:</strong> [tagged with ms-access tag too] Also, I omitted the fact that users would expect typical File / Save As functionality too. I think the design I've put in question in this post is what is traditionally called the Proxy design pattern. Has anyone tried this (successfully!) with Access database files before? Words of caution or advice?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload