Re: [sqlite] sqlite3_last_insert_rowid : what will it return if we have more than one table?

2007-05-10 Thread drh
"B V, Phanisekhar" <[EMAIL PROTECTED]> wrote:
> Assume I have two tables A and B in the databse.
> 
>  
> 
> sqlite3_last_insert_rowid will return the rowid of which table?
> 

The one you last inserted into.
--
D. Richard Hipp <[EMAIL PROTECTED]>


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



[sqlite] sqlite3_last_insert_rowid : what will it return if we have more than one table?

2007-05-10 Thread B V, Phanisekhar
Assume I have two tables A and B in the databse.

 

sqlite3_last_insert_rowid will return the rowid of which table?

 

Regards,

Phani