AIR: sync gui with data-base?

Posted by John Isaacks on Stack Overflow See other posts from Stack Overflow or by John Isaacks
Published on 2009-07-01T20:39:08Z Indexed on 2010/03/14 13:05 UTC
Read the original article Hit count: 290

Filed under:
|
|
|
|

I am going to be building an AIR application that shows a list (about 1-25 rows of data) from a data-base. The data-base is on the web. I want the list to be as accurate as possible, meaning as soon as the data-base data changes, the list displayed in the app should update asap. I do not know of anyway that the air application could be notified when there is a change, I am thinking I am going to have to poll the data-base at certain intervals to keep an up to date list. So my question is, first is there any way to NOT have to keep checking the data-base? or if I do keep have to keep checking the data-base what is a reasonable interval to do that at?

Thanks.

© Stack Overflow or respective owner

Related posts about flex

Related posts about air