Introduction to SQLite in Adobe AIR

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    6 Favorites

    Introduction to SQLite in Adobe AIR - Presentation Transcript

    1. Introduction to SQLite in Adobe AIR Peter Elst - Flash Platform Consultant
    2. Why SQLite in Adobe AIR? ■ Embedded SQL Database Engine ■ Implements most of SQL92 ■ Light-weight, cross-platform, open source ■ No setup, configuration or server required ■ Each database is contained within a single file
    3. How do you use it? 1. Create a File reference 2. Create an instance of flash.data.SQLConnection and flash.data.SQLStatement 3. Open the database connection 4. Specify the connection and SQL query to run 5. Run SQLStatement.execute()
    4. How do you use it? import flash.filesystem.File; import flash.data.*; var dbFile:File = File.applicationStorageDirectory.resolvePath(\"contacts.db\"); var sqlConn:SQLConnection = new SQLConnection(); var sqlStatement:SQLStatement = new SQLStatement(); sqlConn.open(dbFile); sqlStatement.sqlConnection = sqlConn; sqlSta

    + Peter ElstPeter Elst, 2 years ago

    custom

    9304 views, 6 favs, 22 embeds more stats

    An introduction the SQLite API in Adobe AIR 1.0 -- more

    More Info

    CC Attribution-NonCommercial-ShareAlike LicenseCC Attribution-NonCommercial-ShareAlike LicenseCC Attribution-NonCommercial-ShareAlike License

    Go to text version
    • Total Views 9304
      • 3333 on SlideShare
      • 5971 from embeds
    • Comments 0
    • Favorites 6
    • Downloads 170
    Most viewed embeds
    • 5560 views on http://www.peterelst.com
    • 365 views on http://sqlite-latino.blogspot.com
    • 15 views on http://semanticly.blogspot.com
    • 6 views on http://www.flexteam.com.br
    • 5 views on http://static.slideshare.net

    more

    All embeds
    • 5560 views on http://www.peterelst.com
    • 365 views on http://sqlite-latino.blogspot.com
    • 15 views on http://semanticly.blogspot.com
    • 6 views on http://www.flexteam.com.br
    • 5 views on http://static.slideshare.net
    • 3 views on http://collective.jottit.com
    • 2 views on http://209.85.175.104
    • 1 views on http://www.moodle-france.com
    • 1 views on http://74.125.115.132
    • 1 views on http://209.85.173.132
    • 1 views on http://209.85.229.132
    • 1 views on http://64.233.163.132
    • 1 views on http://74.125.45.101
    • 1 views on http://74.125.47.113
    • 1 views on http://74.125.45.132
    • 1 views on http://64.233.183.104
    • 1 views on http://209.85.129.104
    • 1 views on http://moodle.univ-metz.fr
    • 1 views on http://64.233.179.104
    • 1 views on http://209.85.165.104
    • 1 views on http://www.sqlite-latino.blogspot.com
    • 1 views on http://74.125.93.132

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as innappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel

    Categories