Databases

websites Create your database with any table structure and include it in your Android application. The tables can be empty or pre-populated. Either way QCDBAccess is ready to work with it.

Dynamic

websites Using QCDBAccess you have full control over your database. You can add and drop tables. You can modify tables. You can add, remove, and modify data in tables. Any valid SQLite SQL will be executed quickly and easily.

Transactions

websites If you are making multiple dependent updates use the QCDBAccessObjects' startTransaction and endTransaction methods to bracket your calls. Rollbacks are fully supported to keep your data safe.