RE: [flexcoders] Can SQLite work in non-AIR envirnoment ?

2008-07-23 Thread Tim Rowe
Absolutely it can be done, but you're probably going to need some kind of lay in between (depending on how you do things). Therefore, you're probably better off treating the remote database as something abstract rather than concretely knowing that it's SQLite - as it's usually more likely it'll

Re: [flexcoders] Can SQLite work in non-AIR envirnoment ?

2008-07-23 Thread Sid Maskit
The SQLite database is part of the AIR architecture, not of flex. So you can only use the database in an air application, not in a flex application that is running inside a web browser. If you do deploy an air application, it will provide you with the basic tools for synchronizing your data,