RE: [flexcoders] Re: AIR and SQLLite

2009-01-14 Thread JD Hoover
their replies ?] --- On Tue, 1/13/09, Tim Rowe wrote: > From: Tim Rowe > Subject: RE: [flexcoders] Re: AIR and SQLLite > To: "flexcoders@yahoogroups.com" > Date: Tuesday, January 13, 2009, 7:34 PM > You also need to consider how you patch your DB when you > don't w

RE: [flexcoders] Re: AIR and SQLLite

2009-01-13 Thread Tim Rowe
u increase the data stored by about a factor of 4. Just some ideas to think about. --Tim From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Kevin Benz Sent: Wednesday, 14 January 2009 2:24 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Re: AIR and SQLLite

2009-01-13 Thread Kevin Benz
If you don't have to preserve any existing client data, then you could simply rip and replace the existing db file. Your Air application could drop the file, back it up or whatever and then replace it with another copy downloaded from a server. If you need to preserve some of the data then your