Hi, I’m currently learning CSLA and i have read good chunks of the CSLA book but it is very new to me still. I have read that performance can be enhanced for multiple inserts/updates etc for child objects in business lists by passing a SqlTransaction object in to the appropriate insert or update function. It mentioned this is a 'manual method'. Ok, so I’m happy with manual methods!
However I don’t fully understand the other transactions types. Apart from this 'manual ado.net transaction method', is it possible to get automated transactions to the database without additional code or is my understanding completely wrong? Any pointers as to the differences between transaction types (but in layman’s terms!) and their useage scenario would be great as the book in some cases is still steep for me. I'm guessing i need to look into System.Transactions as that is a completely new word to me, but some gentle pointers would be much appreciated.
Thanks,
Chris
Thanks very much for taking the time to reply. How would one access this connection from the insert or update dataportal procedures (is it a parameter, inside the business object itself or added when the transaction attribute is specified? From the book i could only see explicit access to local connections created within the procedures themself? Or am i barking up completly the wrong tree?!
Copyright (c) Marimer LLC