E
Eric Sabine
I assume that I can send the statement 'SET ANSI WARNINGS OFF' to SQL with
the sqlcommand object's method ExecuteNonQuery(), but can it (and other
behavioral statements) be sent alternatively?
Reason I ask is I'm executing stored procedures and simply didn't want to
pass behavioral statements this way. Is there any property like
_cmdSqlServer.Behavior = ...
thanks,
Eric
the sqlcommand object's method ExecuteNonQuery(), but can it (and other
behavioral statements) be sent alternatively?
Reason I ask is I'm executing stored procedures and simply didn't want to
pass behavioral statements this way. Is there any property like
_cmdSqlServer.Behavior = ...
thanks,
Eric