Sarah M. Weinberger
<mweinber...@butterflyvista.com> wrote:
> QUESTION: How do I get the primary key of the newly inserted record?

sqlite3_last_insert_rowid

select last_insert_rowid();

Igor Tandetnik 



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

Reply via email to