576
General Software Discussion / Re: SQLNotes...what is it exactly?
« Last post by PPLandry on December 03, 2007, 04:03 PM »But I am going to guess, based on superboyac's comments that it is using a MVC approach, with the data stored in a DB and the grid (I think that is what it is called) is just a view into that DB. If I am correct, it might be useful, PPLaundry, to explain what that means in term of (not) losing data when you simply delete a view.-tinjaw (December 03, 2007, 12:12 PM)
Yes you could say that SQLNotes uses an MVC approach. It is definitely true that data is completely decoupled from the presentation. Item exist whether they are displayed or not. So deleting a grid has absolutely no impact on the data. Grids are windows to view your data. No data resides in a grid (unlike word, excel). In fact grids take up very little space in the database. The same applies to forms. Lastly, grids/forms are the first (and currently only) method to view items, but others are planned (calendar, phonebook, card-view, mind-map). Data stays put, but other views will present it differently.

Recent Posts

Depending on whether or not the spouse is in the room also filters out what gets displayed on the computer screen. 
. I was hoping that SQLNotes, or whatever the final name will be, could one day be included 