Posts tagged ‘sql’

Adobe AIR - local SQL database queries

Below you can find examples of SQL statements(SELECT, INSERT, UPDATE, DELETE).

<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="absolute"
    creationComplete="init()" viewSourceURL="srcview/index.html">

    <mx:Script>
        <![CDATA[
            import mx.collections.ArrayCollection;

            private var sqlConn:SQLConnection;
            private var sqlFile:File;
            private var categories:ArrayCollection;

            private function init():void
            {
                sqlFile = File.applicationStorageDirectory.resolvePath("DBSample.db");
                sqlConn = new SQLConnection();
                sqlConn.open(sqlFile, SQLMode.CREATE);
            }

            private function createCategories():void
            {
                var stmt:SQLStatement = new SQLStatement();
                stmt.sqlConnection = sqlConn;
                stmt.text = "CREATE TABLE IF NOT EXISTS categories(" +
                                    "categoryid INTEGER PRIMARY KEY AUTOINCREMENT," +
                                    "name TEXT)";

                stmt.execute();
                var result:SQLResult = stmt.getResult();

                categories = new ArrayCollection(result.data);
            }

            private function getCategories():void
            {
                var stmt:SQLStatement = new SQLStatement();
                stmt.sqlConnection = sqlConn;
                stmt.text = "SELECT * FROM categories ORDER BY categoryid DESC";

                stmt.execute();
                var result:SQLResult = stmt.getResult();
            }

            private function addCategory(value:String):void
            {
                var stmt:SQLStatement = new SQLStatement();
                stmt.sqlConnection = sqlConn;
                // Statement
                stmt.text = "INSERT INTO categories " +
                                    "(name) VALUES (:name)";
                stmt.parameters[":name"] = value;
                //OR Statement
                stmt.text = "INSERT INTO categories " +
                                    "(name) VALUES ('"+value+"')";

                stmt.execute();
                var result:SQLResult = stmt.getResult();
            }

            private function updateCategory(name:String, categoryid:int):void
            {
                var stmt:SQLStatement = new SQLStatement();
                stmt.sqlConnection = sqlConn;
                stmt.text = "UPDATE categories " +
                                    "SET name='"+name+"'" +
                                    "WHERE " +
                                    "categoryid='"+categoryid+"'";

                stmt.execute();
                var result:SQLResult = stmt.getResult();

                getCategories();
            }

            private function removeCategory(categoryid:int):void
            {
                var stmt:SQLStatement = new SQLStatement();
                stmt.sqlConnection = sqlConn;
                // Statement
                stmt.text = "DELETE FROM categories WHERE categoryid=:categoryid";
                stmt.parameters[":categoryid"] = categoryid;
                // OR Statement
                stmt.text = "DELETE FROM categories WHERE categoryid='"+categoryid+"'";

                stmt.execute();
                var result:SQLResult = stmt.getResult();

                getCategories();
            }

        ]]>
    </mx:Script>
</mx:WindowedApplication>
Alice Gomez With Madalyn Blanchett and Marilyn Rife song downloads Angra new mp3 Chris Hinze and Gyuto Monks music to download City Boy song downloads Curtis Mayfield-The Impressions mp3 music Dere album Jack Dejohnette - Pat Metheny - Herbie Hancock - Dave Holland buy mp3 John Acquaviva and Madox Ft Tommie Sunshine mp3 downloads Leon Tomas music Love Spirals Downwards music macka b and the royale roots band mp3s Melodica music Michail Anthimos Dissos all mp3 oceanlab featuring justine suissa mp3 search Pat Monahan album Peter Cincotti mp3 music Planet P Project mp3 Sly and Robbie mp3 online Straight Outta Junior High english mp3 Vibrasphere downloadable music 18 Summers mp3 downloads Alexi Delano and Tony Rohr song downloads Alicja Janosz english mp3 Arrested Development download David Amo And Julio Navas Vs Maw mp3 songs Dresden Dolls new mp3 Forgotten Woods music Foxhole best mp3 Ictus mp3 downloads Igor S VS Lady Brian instrumental Ina Deter song downloads Jan Garbarek - Ustad Fateh Ali Khan new mp3 John Travolta get mp3 Jorge Palma review Kyaw Kyaw Naing best mp3 Laika mp3s Octex get mp3 Pete Johnson mp3 search Rocio Durcal download Santa Geracao 11 downloads Silent Voices music search Slagerij Van Kampen mp3 search Stadio download mp3 Steve Angello mp3 song Welladay pop Accused download mp3 Barkays VS Double Dose downloadable music Blind Dog downloads Cafe Quijano music download Calibre top mp3 Crowbar mp3 downloads Dies Ater mp3 online Dosh download songs Feelies album Good For Cows dowland James Yorkston music search Jan Garbarek and Gary Peacock downloads Jive Bunnys mp3 songs Last Resort mp3 music Liberto and Mihalis Safras music downloading Marisa Monte downloadable music Night of the Brain all mp3 Nishat Khan downloads Rezerection download mp3 Robin Williamson and Mike Heron mp3 songs Satriani, Malmsteen, Vai mp3 downloads Sengir downloads Squad 21 instrumental Swingle Singers And Modern Jazz Quartet top mp3 Waylon Jennings mp3 online Aceyalone top mp3 Afrika Bambaataa mp3 online Akcent pop Ancient Winds music downloading Anthropolatri albums Dave Ellesmere and Polder pop Dizzy Mizz Lizzy music to download Dreams Of Sanity dowland God Dethroned song downloads Grendel best mp3 Jacka And Lee Majors instrumental Jessica Williams download songs Kevin Rudolf dowland La Petite Bande, con. Gustav Leonhardt top mp3 Little Wolf Band mp3 online Nautilis mp3 song Night in Gales music Orkiestra Osmego Dnia dowland Outlines mp3 song Popa Chubby download mp3 Radiation 4 mp3 song Smash TV mp3 search Sorin Pavelescu albums Tatsuhiko Asano all mp3 Tom Russell music download Ustad Imrat Khan and his sons review Usura song downloads Waterdown new mp3 Wendy James albums Xenomorph get mp3