> On May 24, 2019, at 13:49, Podrigal, Aron <ar...@guaranteedplus.com> wrote: > > My question is, what is the correct way to detect whether any statements were > executed successfully prior to the connection being lost. You can't. This is exactly why you have transactions: In the case of a lost connection, you can assume the transaction was aborted, and retry the transaction from the start. -- -- Christophe Pettus x...@thebuild.com
- Proper way to keep count of statements executed within c... Podrigal, Aron
- Re: Proper way to keep count of statements executed... Christophe Pettus