I want to use transaction based updates for my application.
i use SqlDataAdapter and SqlCommandBuilder for inserts and updates.
And the sqlconnection is created at application startup.
But the Transactions.TransactionScope works if the sqlconnection is created inside the scope.
I there any other way i can implement transactions.


Reply With Quote

