Struggling with the Sybase pseudo code as it only accomplishes half of the intended task
I’ve created a pseudo code in my Sybase database to store bulk transactions in the table. However, it’s only saving half of them before stopping.
Upon rerunning it, I encounter truncating errors as half of the transactions are already stored. Despite implementing BEGIN ATOMIC to revert changes, the halting problem persists.