sqlite_execute
sqlite_libencoding
Enter search terms or a module, class or function name.
sqlite_last_insert_rowid returns the integer primary key of the last INSERT command.
Return Value
rowid is a integer primary key of the last INSERT command.
Parameters
db is a handle returned by sqlite_open.
See also
Overview sqlite
id-268487