I created a procedure that calls the begin transaction before 3 procedures that make data entry in tables 3. If one of the three procedures is in exception, the rollback does not work.
what am I doing wrong?
See example
Code:
Sub InsertTicketInterventi(aBO As BusinessObject, req As ServletRequest, resp As ServletResponse)
mDB.BeginTransaction
aBO.Master.OkUpdate = True
aBO.Detail.OkUpdate = True
aBO.Summary.OkUpdate = True...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29mlhPQ
via IFTTT
Aucun commentaire:
Enregistrer un commentaire