Scott Ferrett <[email protected]> wrote: > Is there any way > that I can get the row id after the call to sqlite3_step
A single row reported by sqlite3_step may contain data derived from the contents of multiple rows of multiple tables. A rowid of which row of which table do you hope to obtain? -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

