Ability to Choose From Multiple SQLite DBs for Iphone Application

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-05-26T17:27:40Z Indexed on 2010/05/26 17:31 UTC
Read the original article Hit count: 176

Filed under:
|
|
|

I am working on the design and implementation of an iPhone application ( a newbie, but I am getting the hang of it) where a person can download specific contact information about teachers based on their majors.

The information is currently on different edu websites. And I have exported the information into SQLite databases. Is it possible to develop the application that when it is first initiated, it can give the user the option of which particular SQLite database they want for their application?

Or if not, would it be better to merge all the DBs into one DB, and allow the user the option of downloading specific information from the SQLite db.

I see that the db's can be downloaded into an app, but have yet to find a solution where there can be an option to download from different SQLite dbs. Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about sqlite