try
execute transactional sql
catch (commit failed)
if (data is not stored)
// regard data as not stored
Correct, the client did not get confirmation of commit success so it must operate as if it failed.
David J.
try
execute transactional sql
catch (commit failed)
if (data is not stored)
// regard data as not stored