Calendar

March 2010
S M T W T F S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031  

Tag Cloud

Categories

Archives

Recent Posts

Recent Comments

SQLite Limitations

Friday, January 9th, 2009

I am looking for some feedback from anyone who has used SQLite within a large data intensive application (preferable Adobe AIR). If you can leave comments addressing any of the following, that would be greatly appreciated.
How large was the database?
How was performance?
What issues did you run into?

Using Encrypted SQLite database in AIR 1.5 (from the cookbook)

Tuesday, November 18th, 2008

The following example is covered within the new Adobe AIR 1.5 Cookbook Adobe AIR 1.5 now includes the ability to encrypt your SQLite database. The example below is a complete application. Be sure to use a compile with a minimum of the Flex 3.2.0.3266 SDK (or the latest stable build), set the application namespace to [...]