c.panel wrote:
Hello,
I execute a statement and want to have rowid(s) of each row like a :
"select rowid,* from mytable;"
how can I do this with C API ? thanks !
There's nothing special about selecting ROWIDs in the C API - you just use the query you posted above like you would use any other query without the rowid field.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to