Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Using Observer Pattern instead of Events

    Design Pattern saves us with those kind of problems and give us a great solution to notify all object what happens in our application when a user interacts with it or if something changed.

  2. Avg. Rating 3.5

    Include existing SQLite database in an AIR application

    A lots of desktop application use database to storage data locally; in some AIR application we need to embed an existing SQLite database and work with it, so we must to copy a database embed in AIR application to another folder to manage it.

  3. Avg. Rating 2.3
  4. Avg. Rating 2.2

    Executing multiple SQL statements at once

    You can use Transaction to protect your SQL statement from SQL injection and to store different data in the same SQL statement and then execute it.

  5. Not yet rated
  • Results 1-5 of 5