I am writing a library that other programmers will use to access SQLite tables. They will send SELECT statements that I have no control over. As such I cannot force the _ROWID_ into the SELECT statement. I need the rowid to use with the sqlite3_blob_open function. Is there any way that I can get the row id after the call to sqlite3_step similar to the sqlite3_last_insert_rowid function I can use after an INSERT statement?

Cheers,
 Scott
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to