2 references to SQLSetConnectAttrW
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcConnectionHandle.cs (2)
73
retcode = UnsafeNativeMethods.
SQLSetConnectAttrW
(this, ODBC32.SQL_ATTR.AUTOCOMMIT, ODBC32.SQL_AUTOCOMMIT_OFF, (Int32)ODBC32.SQL_IS.UINTEGER);
248
ODBC32.RetCode retcode = UnsafeNativeMethods.
SQLSetConnectAttrW
(this, attribute, value, length);