Print Page | Close Window

best way Mdi entry form based management PM or transaction

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=771
Printed Date: 21-Sep-2025 at 8:00am


Topic: best way Mdi entry form based management PM or transaction
Posted By: erturkcevik
Subject: best way Mdi entry form based management PM or transaction
Date Posted: 14-Apr-2008 at 12:18am
 
How to best way Mdi entry form based management PM or transaction?
I want separate PM or transaction in each releated entry form.
 
For Example
 List Order in DataGridView (Main Order List Form, cannot editing)
 User may open order entry form (form.show mode)  for Add and Edit operation of Order
 
 
Best Regards
 



Replies:
Posted By: davidklitzke
Date Posted: 14-Apr-2008 at 9:01am

Getting your application to work properly using multiple persistence managers is much harder than getting it to work with a single persistence manager.  It is certainly possible to use multiple persistence managers, but it is usually a lot of work, and you must be prepared to do a lot of debugging yourself.  Also be aware that we have almost no documentation on this subject.  

 

I would also comment out that I know of no customers who have adopted using multiple persistence managers as a general practice, although I do know of several customers who have tried it. . There was one large customer who got multiple persistence managers to work, but they entually abandoned the practice as it was too complicated to maintain.




Print Page | Close Window