Difference between revisions of "ODBC: Function Summary"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 5: | Line 5: | ||
|SQLAllocConnect() [http://msdn.microsoft.com/en-us/library/ms714852(VS.85).aspx] | |SQLAllocConnect() [http://msdn.microsoft.com/en-us/library/ms714852(VS.85).aspx] | ||
|- | |- | ||
− | |SQLAllocEnv() | + | |SQLAllocEnv() [http://msdn.microsoft.com/en-us/library/ms709270(VS.85).aspx] |
|- | |- | ||
− | |SQLAllocHandle() | + | |SQLAllocHandle() [http://msdn.microsoft.com/en-us/library/ms712455(VS.85).aspx] |
|- | |- | ||
− | |SQLAllocStmt() | + | |SQLAllocStmt() [http://msdn.microsoft.com/en-us/library/ms712649(VS.85).aspx] |
|- | |- | ||
− | |SQLBindCol() | + | |SQLBindCol() [http://msdn.microsoft.com/en-us/library/ms711010(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLBindParameter() [http://msdn.microsoft.com/en-us/library/ms710963(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLCancel() [http://msdn.microsoft.com/en-us/library/ms714112(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLCloseCursor() [http://msdn.microsoft.com/en-us/library/ms709301(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLColAttribute() [http://msdn.microsoft.com/en-us/library/ms713558(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLColAttributes() [http://msdn.microsoft.com/en-us/library/ms711003(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLColumnPrivileges() [http://msdn.microsoft.com/en-us/library/ms716336(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLColumns() [http://msdn.microsoft.com/en-us/library/ms711683(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLConnect() [http://msdn.microsoft.com/en-us/library/ms711683(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLCopyDesc() [http://msdn.microsoft.com/en-us/library/ms715378(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLDataSources() [http://msdn.microsoft.com/en-us/library/ms711004(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLDescribeCol() [http://msdn.microsoft.com/en-us/library/ms716289(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLDescribeParam() [http://msdn.microsoft.com/en-us/library/ms710188(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLDisconnect() [http://msdn.microsoft.com/en-us/library/ms713946(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLDriverConnect() [http://msdn.microsoft.com/en-us/library/ms715433(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLDrivers() [http://msdn.microsoft.com/en-us/library/ms712400(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLEndTran() [http://msdn.microsoft.com/en-us/library/ms716544(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLError() [http://msdn.microsoft.com/en-us/library/ms716312(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLExecDirect() [http://msdn.microsoft.com/en-us/library/ms713611(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLExecute() [http://msdn.microsoft.com/en-us/library/ms713584(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLExtendedFetch() [http://msdn.microsoft.com/en-us/library/ms713591(VS.85).aspx] |
|- | |- | ||
− | | | + | |SQLFetch() [http://msdn.microsoft.com/en-us/library/ms712424(VS.85).aspx] |
− | + | ||
− | + | ||
|- | |- | ||
|SQLFetchScroll() | |SQLFetchScroll() |
Revision as of 13:03, 26 March 2009
The following functions are supported up to ODBC 3.5 conformance:
SQLAllocConnect() [1] |
SQLAllocEnv() [2] |
SQLAllocHandle() [3] |
SQLAllocStmt() [4] |
SQLBindCol() [5] |
SQLBindParameter() [6] |
SQLCancel() [7] |
SQLCloseCursor() [8] |
SQLColAttribute() [9] |
SQLColAttributes() [10] |
SQLColumnPrivileges() [11] |
SQLColumns() [12] |
SQLConnect() [13] |
SQLCopyDesc() [14] |
SQLDataSources() [15] |
SQLDescribeCol() [16] |
SQLDescribeParam() [17] |
SQLDisconnect() [18] |
SQLDriverConnect() [19] |
SQLDrivers() [20] |
SQLEndTran() [21] |
SQLError() [22] |
SQLExecDirect() [23] |
SQLExecute() [24] |
SQLExtendedFetch() [25] |
SQLFetch() [26] |
SQLFetchScroll() |
SQLForeignKeys() |
SQLFreeConnect() |
SQLFreeEnv() |
SQLFreeHandle() |
SQLFreeStmt() |
SQLGetConnectAttr() |
SQLGetConnectOption() |
SQLGetCursorName() |
SQLGetData() |
SQLGetDescField() |
SQLGetDiagField() |
SQLGetDiagRec() |
SQLGetEnvAttr() |
SQLGetFunctions() |
SQLGetInfo() |
SQLGetStmtAttr() |
SQLGetStmtOption() |
SQLGetTypeInfo() |
SQLMoreResults() |
SQLNativeSql() |
SQLNumParams() |
SQLNumResultCols() |
SQLParamData() |
SQLParamOptions() |
SQLPrepare() |
SQLPrimaryKeys() |
SQLProcedureColumns() |
SQLProcedures() |
SQLPutData() |
SQLRowCount() |
SQLSetConnectAttr() |
SQLSetConnectOption() |
SQLSetCursorName() |
SQLSetEnvAttr() |
SQLSetParam() |
SQLSetPos() |
SQLSetScrollOptions() |
SQLSetStmtAttr() |
SQLSetStmtOption() |
SQLSpecialColumns() |
SQLStatistics() |
SQLTablePrivileges() |
SQLTables() |
SQLTransact() |