Re: using transaction with mdi forms

DObject O/R Mapping Suite

using transaction with mdi forms


developerdelphi 12-12-2009, 5:48 AM
How can using ObjectManager transaction with mdi form? For Example open multiple order form in the  seperated mdi form at the same time.
Must be using multiple ObjectManager for each order form?


Regards,

Re: using transaction with mdi forms


Bill 12-18-2009, 7:48 AM
If the MDI forms need to be in isolated transactions: each MDI form requires a connection and an ObjectManager.

Otherwise you need only one ObjectManager for all MDI forms.

Powered by Community Server, by Telligent Systems