I am using an insert query how can i verify it programetically without looking into the table.
e.g db.execute("Insert into xyz values (a,b,c,d);")
is there any true or false or any other indicator or anything elase which verify the insert operation
Regards
Aryan