database.insert() method always returns 1
How to get last inserted row primary key auto incremented Id?
1)SELECT * from SQLITE_SEQUENCE ** not working
2)SELECT last_insert_rowid() from Table_Name ** not working
how to solve this?
database.insert() method always returns 1
How to get last inserted row primary key auto incremented Id?
1)SELECT * from SQLITE_SEQUENCE ** not working
2)SELECT last_insert_rowid() from Table_Name ** not working
how to solve this?