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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -