Thanks. I will use MySQL in server side
and try to write a web application to sync
SQLite data in client side. I do this since 
I wanna to store data in client machine to 
shorten retrieve time via network since the 
data doesn't often change. 

--- In [email protected], "Tim Rowe" <[EMAIL PROTECTED]> wrote:
>
> 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 be something more like MySQL.
>  
> Obviously it depends on the environment and how much control of 
this you
> have, amongst other design decisions.  Without know what you're 
actually
> talking to and what your backend is, it's hard to really give 
advise as
> to what to use or how to go about it.
>  
> --Tim Rowe
> Software Engineer
> carsales.com.au
> 
> ________________________________
> 
> From: [email protected] 
[mailto:[EMAIL PROTECTED] On
> Behalf Of itdanny2002
> Sent: Thursday, 24 July 2008 11:52 AM
> To: [email protected]
> Subject: [flexcoders] Can SQLite work in non-AIR envirnoment ?
> 
> 
> 
> Hi All,
> 
> I found that a lot of FLEX application used
> SQLite. However, most of them is in AIR. Can
> it be used in web-based and do sync with server ?
> 
> I wanna to design a web application which has data 
> in client PC and sync with data in server side. Can 
> it be ? Any light/direction on it ?
> 
> DC
>


Reply via email to