On 4/18/06, Michael Ekstrand <[EMAIL PROTECTED]> wrote:

> Now, who got the "next" ROWID? Conn 1 or Conn 2? What did
> sqlite3_last_insert_rowid() return to Conn 1?

sqlite3_last_insert_rowid() can only return the last rowid of the
current connection. It can't return the last rowid of some other
connection because the variable that keeps track of it is on a
per-connection basis.

Reply via email to