Quote:
|
quote:When you refer to C# is the same for VB.NET, write?
|
yes, of course.
The question shouldn't be "where should the transaction be", but rather "how will I manage transactions - should it be .NET code on application server, or stored procedures in the DB".
And then you have to consider the long term and how big a given system is likely to get, and what kind of distributed transactions might be needed over time.
The only wrong choice is the one you arrive at quickly! This is an important subject that deserves some thought. This is not a "one size fits all" kind of thing.
Eric