Using Flex to keep local SQLite database in sync with live server database

Posted by DaveC on Stack Overflow See other posts from Stack Overflow or by DaveC
Published on 2009-12-17T11:39:30Z Indexed on 2010/04/14 4:03 UTC
Read the original article Hit count: 298

Filed under:
|
|

I want to create a Flex 3 application running in Adobe Air that accesses an SQLite database and I need to keep this database in sync with an SQL server 2005 database running a website.

Is this something that Flex supports or is it going to be a custom script? Also, has anybody done anything like this?

Edit: The synchronisation can be done on a daily basis rather than real time. The data will be read only from a front end perspective with a CMS to do updates on the website.

© Stack Overflow or respective owner

Related posts about flex

Related posts about flex3