I have a sqlite table named as 'TX_TABLE' and the primary key Id name is TX_UID. I insert a row into this table and would like to get the value of this unique id column 'TX_UID". How to get it?
db.insert(VivzHelper.TX_TABLE, null, contentvalues);
String td = new SimpleDateFormat("dd-MM-yyyy").format(new Date());
helper.close();