Changes

Jump to: navigation, search

IOS 6 iPhone Database Implementation using SQLite

58 bytes removed, 16:08, 6 December 2012
no edit summary
The Link Binary with Libraries section lists the libraries and frameworks already included in the project. To add another library or framework click on the ‘+’ button to display the full list. From this list, select the required item (in this case libsqlite3.dylib) and click Add.
Secondly, the sqlite3.h include file must be imported into any files where references are made to SQLite definitions, declarations or functions. This file is located in the /usr/include directory and may be imported when needed as follows:
<pre>
#import "/usr/include/<sqlite3.h">
</pre>

Navigation menu