|
|
|||
How-To Create a IOS 5 App with Multiple SQLite Databases
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 |
|||
|