Changes

Jump to: navigation, search

IOS 7 Database Implementation using SQLite

12 bytes added, 20:42, 1 February 2016
m
Text replacement - "<google>BUY_IOS7</google>" to "<htmlet>ios9_upgrade</htmlet>"
<googlehtmlet>BUY_IOS7ios9_upgrade</googlehtmlet>
Before any tasks can be performed on a database, it must first be declared. To do so it is necessary to declare a variable that points to an instance of a structure of type sqlite3 (the sqlite3 structure is defined in the sqlite3.h include file). For example:
sqlite3 *contactDB; //Declare a pointer to sqlite database structure
<googlehtmlet>BUY_IOS7ios9_upgrade</googlehtmlet>
== Opening or Creating a Database ==
<googlehtmlet>BUY_IOS7ios9_upgrade</googlehtmlet>

Navigation menu