79 references to ODBC
System.Data (79)
fx\src\data\System\Data\Odbc\Odbc32.cs (5)
57return ODBC.NotSupportedEnumerationValue(typeof(CommandType), (int)value); 77return ODBC.NotSupportedEnumerationValue(typeof(IsolationLevel), (int)value); 858default: throw ODBC.UnknownOdbcType(odbcType); 968throw ODBC.UnknownSQLType(sqltype); 970throw ODBC.UnknownSQLType(sqltype);
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
226throw ODBC.NotSupportedCommandType(value);
fx\src\data\System\Data\Odbc\OdbcConnection.cs (4)
88throw ODBC.NegativeArgument(); 90throw ODBC.CantSetPropertyOnOpenConnection(); 685throw ODBC.ConnectionClosed(); 810throw ODBC.NotSupportedIsolationLevel(isolevel);
fx\src\data\System\Data\Odbc\OdbcConnectionHandle.cs (6)
81ODBC.TraceODBC(3, "SQLSetConnectAttrW", retcode); 113throw ODBC.NotSupportedIsolationLevel(isolevel); 203ODBC.TraceODBC(3, "SQLDriverConnectW", retcode); 231ODBC.TraceODBC(3, "SQLGetFunctions", retcode); 249ODBC.TraceODBC(3, "SQLSetConnectAttrW", retcode); 261ODBC.TraceODBC(3, "SQLSetConnectAttrW", retcode);
fx\src\data\System\Data\Odbc\OdbcConnectionOpen.cs (1)
44throw ODBC.OpenConnectionNoOwner();
fx\src\data\System\Data\Odbc\OdbcConnectionString.cs (1)
39throw ODBC.ConnectionStringTooLong();
fx\src\data\System\Data\Odbc\OdbcEnvironmentHandle.cs (1)
59throw ODBC.CantEnableConnectionpooling(retcode);
fx\src\data\System\Data\Odbc\OdbcHandle.cs (7)
83throw ODBC.CantAllocateEnvironmentHandle(retcode); 115throw ODBC.FailedToGetDescriptorHandle(retcode); 184ODBC.TraceODBC(3, "SQLGetDiagFieldW", retcode); 198ODBC.TraceODBC(3, "SQLGetDiagRecW", retcode); 217ODBC.TraceODBC(3, "SQLGetDescFieldW", retcode); 223ODBC.TraceODBC(3, "SQLSetDescFieldW", retcode); 229ODBC.TraceODBC(3, "SQLSetDescFieldW", retcode);
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (1)
801throw ODBC.GetSchemaRestrictionRequired();
fx\src\data\System\Data\Odbc\OdbcStatementHandle.cs (49)
76ODBC.TraceODBC(3, "SQLBindCol", retcode); 82ODBC.TraceODBC(3, "SQLBindCol", retcode); 97ODBC.TraceODBC(3, "SQLBindParameter", retcode); 105ODBC.TraceODBC(3, "SQLCancel", retcode); 111ODBC.TraceODBC(3, "SQLCloseCursor", retcode); 119ODBC.TraceODBC(3, "SQLColAttributeW", retcode); 129ODBC.ShortStringLength(tableCatalog), 131ODBC.ShortStringLength(tableSchema), 133ODBC.ShortStringLength(tableName), 135ODBC.ShortStringLength(columnName)); 137ODBC.TraceODBC(3, "SQLColumnsW", retcode); 143ODBC.TraceODBC(3, "SQLExecute", retcode); 149ODBC.TraceODBC(3, "SQLExecDirectW", retcode); 155ODBC.TraceODBC(3, "SQLFetch", retcode); 161ODBC.TraceODBC(3, "SQLFreeStmt", retcode); 172ODBC.TraceODBC(3, "SQLGetData", retcode); 178ODBC.TraceODBC(3, "SQLGetStmtAttrW", retcode); 184ODBC.TraceODBC(3, "SQLGetTypeInfo", retcode); 190ODBC.TraceODBC(3, "SQLMoreResults", retcode); 196ODBC.TraceODBC(3, "SQLNumResultCols", retcode); 202ODBC.TraceODBC(3, "SQLPrepareW", retcode); 208catalogName, ODBC.ShortStringLength(catalogName), // CatalogName 209schemaName, ODBC.ShortStringLength(schemaName), // SchemaName 210tableName, ODBC.ShortStringLength(tableName) // TableName 212ODBC.TraceODBC(3, "SQLPrimaryKeysW", retcode); 221ODBC.ShortStringLength(procedureCatalog), 223ODBC.ShortStringLength(procedureSchema), 225ODBC.ShortStringLength(procedureName)); 227ODBC.TraceODBC(3, "SQLProceduresW", retcode); 237ODBC.ShortStringLength(procedureCatalog), 239ODBC.ShortStringLength(procedureSchema), 241ODBC.ShortStringLength(procedureName), 243ODBC.ShortStringLength(columnName)); 245ODBC.TraceODBC(3, "SQLProcedureColumnsW", retcode); 253ODBC.TraceODBC(3, "SQLRowCount", retcode); 259ODBC.TraceODBC(3, "SQLSetStmtAttrW", retcode); 266quotedTable, ODBC.ShortStringLength(quotedTable), 268ODBC.TraceODBC(3, "SQLSpecialColumnsW", retcode); 279ODBC.ShortStringLength(tableCatalog), 281ODBC.ShortStringLength(tableSchema), 283ODBC.ShortStringLength(tableName), 287ODBC.TraceODBC(3, "SQLStatisticsW", retcode); 294tableName, ODBC.ShortStringLength(tableName), 297ODBC.TraceODBC(3, "SQLStatisticsW", retcode); 307ODBC.ShortStringLength(tableCatalog), 309ODBC.ShortStringLength(tableSchema), 311ODBC.ShortStringLength(tableName), 313ODBC.ShortStringLength(tableType)); 315ODBC.TraceODBC(3, "SQLTablesW", retcode);
fx\src\data\System\Data\Odbc\OdbcTransaction.cs (3)
71throw ODBC.NoMappingForSqlTransactionLevel(sql_iso); 91throw ODBC.NotInTransaction(); 151throw ODBC.NotInTransaction();