OlivierPeloux
Programmer
Hi,
I would like to know when COM+ create a new transaction ?
My component A (Business Component) requires Transactions and a Component B (Data Access Component) Support Component.
Is The transaction Created when i open my connexion to the datebase ?
Is the transaction created when i instanciate my Component A ?
An other question ...
My component A can Load, Update, Insert Data and requires transaction.
Do i need to use setAbort or SetComplete when i load Data (when i execute a SELECT SQL Statment) ?
Regards
Olivier
I would like to know when COM+ create a new transaction ?
My component A (Business Component) requires Transactions and a Component B (Data Access Component) Support Component.
Is The transaction Created when i open my connexion to the datebase ?
Is the transaction created when i instanciate my Component A ?
An other question ...
My component A can Load, Update, Insert Data and requires transaction.
Do i need to use setAbort or SetComplete when i load Data (when i execute a SELECT SQL Statment) ?
Regards
Olivier