1
vote
ADO.NET check if Rollback is possible
A lot of this complexity is handled by using a TransactionScope object in a "using" statement - check it out on …
0
votes
Update more than one database using same ObjectDataSource using C#
I would say no; I don't think that's possible as a SqlCommand must be associated with exactly one connection string.
Since you're using an ObjectDataSource, why not write a "midde-tier" obj …
