Hi

I am using sqlite C interface for inserting data in the table. The primary
key is a 64 bit integer which i need to auto-increment and get populated
automatically as we do not provide that value in insert statement. Is there
a way i can get the autoincremented value for each row inserted when ever i
execute my insert.

-Suraj

Reply via email to