Author: GaganGarg
Subject: Reply to: Row not found Sql error
Posted: Tue Mar 07, 2017 11:00 pm (GMT 5.5)
We know that record is present in the table. There is another process in same UOW which inserts the record in our table and we read that record in our program (committed and/or uncommitted data). We know record is there in table. This is because we can see the record in table once the process is terminated and row not found sql code is thrown by program. We could check the data in table but our program continues throwing SQLCODE. It will be tried 9 times in our program.
As i said, there are instances when the row was found after nth retry (n <= 9).
Subject: Reply to: Row not found Sql error
Posted: Tue Mar 07, 2017 11:00 pm (GMT 5.5)
We know that record is present in the table. There is another process in same UOW which inserts the record in our table and we read that record in our program (committed and/or uncommitted data). We know record is there in table. This is because we can see the record in table once the process is terminated and row not found sql code is thrown by program. We could check the data in table but our program continues throwing SQLCODE. It will be tried 9 times in our program.
As i said, there are instances when the row was found after nth retry (n <= 9).