Author: RahulG31
Subject: Reply to: Row not found Sql error
Posted: Tue Mar 07, 2017 9:01 pm (GMT 5.5)
How do you know if record is present in table when it is Not yet committed and especially, if the Select sql returns sqlcode=100 ?
Computers don't lie. So, if your select sql is returning a Not Found, that means the record is Not Found.
You need to investigate, why it is not found, instead of saying that the record is present in table.
.
Subject: Reply to: Row not found Sql error
Posted: Tue Mar 07, 2017 9:01 pm (GMT 5.5)
How do you know if record is present in table when it is Not yet committed and especially, if the Select sql returns sqlcode=100 ?
Computers don't lie. So, if your select sql is returning a Not Found, that means the record is Not Found.
You need to investigate, why it is not found, instead of saying that the record is present in table.
.