I apologize if I've missed something that anyone has posted in this thread.
> Insecurity? A SQLite database is ment to be written by clients... of course > it is not like a server database, with users, privileges and so on. But it > still does the job. I don't think security is the main problem here, but rather the lack of concurrency control. SQLite is meant to be a single-user database, and has no multi-user concurrent capability. Since AIR can talk to remote web services, why not just set up an application server somewhere and let your AIR apps talk to that? Let your app server (and/or its backend database) handle concurrency control for you. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

