objective c - Link to SQLite database created with Firefox -
i'm trying start sqlite , firefox add-on create new database. don't see how call database in code, once tables created firefox.
i opened sqlite manager in firefox. created tables. now, how can link them code this, example:
-(void) getquestions:(sqlite3_stmt *)reqcompilee { while(sqlite3_step(reqcompilee) == sqlite_row) { nsstring * mytexte = [[nsstring alloc] initwithutf8string: (char*)sqlite3_column_text(reqcompilee, 1)];
you every thing here implementing sqllite in project.
in tutorial find other important links.
Comments
Post a Comment