K
Klerman Gutierrez
Hello,
I'm developing an Access 2000 data project, and I have a situation in this
code in that for each element selected in a list box, a SQL stored procedure
is called to perform updates in several tables.
What I would like to know is if an outer transaction opened in the VBA code
against the same ADO connection object that issues the calls to the stored
procedure will be able to rollback the transactions committed in the stored
procedure.
Thank you very much in advance,
Klerman
I'm developing an Access 2000 data project, and I have a situation in this
code in that for each element selected in a list box, a SQL stored procedure
is called to perform updates in several tables.
What I would like to know is if an outer transaction opened in the VBA code
against the same ADO connection object that issues the calls to the stored
procedure will be able to rollback the transactions committed in the stored
procedure.
Thank you very much in advance,
Klerman