Skip to main content
10 events
when toggle format what by license comment
Mar 21, 2012 at 10:04 comment added trycatch @GrandmasterB In this case it's a SQLite DB on a user's desktop. A parts database is perhaps a good example of the situation, but add in an inventory table that's FK'd on the parts table or something like that. I need to be able to push out updates to the parts table (the application data) on without affecting the user generated data (ie. the inventory data).
Mar 21, 2012 at 4:44 comment added GrandmasterB @trycatch, can you be more specific then about the database system being used. I assumed you were talking about a db server, but not it sounds like we're talking about a desktop application. What specific dbms are you using? Are we talking something like a parts database thats used in a desktop app?
Mar 20, 2012 at 13:58 comment added trycatch @DavidAndersson - On a user's PC.
Mar 20, 2012 at 5:18 comment added David Andersson Does the application run on a central server or in the users device/computer?
Mar 20, 2012 at 4:08 answer added user23356 timeline score: 2
Mar 20, 2012 at 3:57 answer added GrandmasterB timeline score: 3
Mar 20, 2012 at 3:46 comment added trycatch @WinstonEwert - no, the application is preloaded and should only be updated during a software update.
Mar 20, 2012 at 3:41 answer added Robert Harvey timeline score: 4
Mar 20, 2012 at 3:25 comment added Winston Ewert Does the application data get modified during normal execution?
Mar 20, 2012 at 1:57 history asked trycatch CC BY-SA 3.0