On 7/27/06, mycmos <[EMAIL PROTECTED]> wrote:
--- Vivek R <[EMAIL PROTECTED]>写道: > Hi , > I am new bee to SQLite, I am using SQLite in one of > the embedded > applications. What I wanted to know how to retrive > the data from table once > the query is exected? how to store the results of > the query executed.
Or this: sqlite3_prepare( db, sql[t], strlen(sql[t]), &pStmt, NULL ); sqlite3_step( pStmt ); sqlite3_column_text( pStmt, N ); sqlite3_finalize( pStmt ); -- SqliteImporter and SqliteReplicator: Command line utilities for Sqlite http://www.reddawn.net/~jsprenkl/Sqlite Cthulhu Bucks! http://www.cthulhubucks.com