Jump to content

How-To Create a IOS 5 App with Multiple SQLite Databases

0
  kevlangdo's Photo
Posted Jan 30 2012 03:47 AM

SQLite is a great technology for data storage and persistence for mobile applications and web applications. Although not a database server, it offers nevertheless the possibility to group several databases together, for lack of a better explanation, and to allow for multi database queries like you would find with other database servers.

Attaching multiple databases is easy using the Attach Database statement. Learn how to accomplish this with the following tutorial as it demonstrates how to use (attach) multiple SQLite databases in a IOS application.

IOS 5 | SQLite | How-To Create a Multi Database IOS 5 App with SQLite

Kevlangdo

1 Reply

0
  Openxcell's Photo
Posted Feb 15 2012 12:43 AM

I am mobile developer and here sharing stuff is very helpful to me. Thanks for sharing.