RE: DB?
"Ewan Grantham" <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.mr-project.user |
|---|---|
| Message-ID | <[email protected]> |
>> What I'm unsure of is that when you work in this mode. Do you want your changes to be written back directly (you change something in the UI and it's updated on the database directly). Or do you want something like "save" or "update database" instead. If you want the first, it's harder to implement, if you want the second it's a piece of cake. << If I were using a DB backend in this case, I would be looking to the DB as some type of repository. In that case, I would definitely want to have control of when the changes I might be playing with actually get committed. In other words, I'd vote for option 2 not only for ease of coding, but for utility of purpose. FWIW, Ewan Grantham