How can I set XACT_ABORT to ON (or OFF) from within ADO.NET ?
+3
A:
There is no client setting: in SQL As Remus said.
SET XACT_ABORT is not a property of the connection, command or transaction and can be set/unset at any time in SQL Code. There is no ado.net options for SET NOCOUNT ON etc.
gbn
2010-02-17 04:55:50