-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/05/12 12:52, Patrik Nilsson wrote: > I use Sqlite as a document-file. Saving is when user requests to or > when program quits.
Even less reason to couple the user interface to database operations. Are you really sure your users want to micromanage moving of data between transient (RAM) and persistent (disk) storage? I got rid of the 'Save' menu from my programs many years ago because users really should not have to care about that, or worry if they have saved their work. I made sure there was a very robust undo mechanism as well as a way of seeing what things looked like at any point in the past. These days requiring users to tell the program when to copy data from transient storage to persistent is very anachronistic. As an example you'll notice that no mobile apps do that, and most web ones don't either. Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk+ljgwACgkQmOOfHg372QS+ZgCdGtSGEAZdyOt8el9tiA29cTpp O30AoInBPhkKlDlEepiV72hybGF4f962 =2eL9 -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users