success
16th March 2016, 09:13
When I am trying to update the table, getting Fatal error 112 ( No current record). Any help really appreciated!
sam291091
16th March 2016, 11:21
Hi
This error indicates that there is no current record.
Ajesh
16th March 2016, 11:23
Thats right. You can only update a record if its present, if its not present you cannot update it. Mostly, a commit transaction is done without an actual record being selected.
Post the code if you can. It will interesting to see.