Difference between revisions of "ODBC: Function Summary"

From Recital Documentation Wiki
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 27: Line 27:
 
|SQLColumns() [http://msdn.microsoft.com/en-us/library/ms711683(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]
+
|SQLConnect() [http://msdn.microsoft.com/en-us/library/ms711810(VS.85).aspx]
 
|-
 
|-
 
|SQLCopyDesc() [http://msdn.microsoft.com/en-us/library/ms715378(VS.85).aspx]
 
|SQLCopyDesc() [http://msdn.microsoft.com/en-us/library/ms715378(VS.85).aspx]
Line 124: Line 124:
 
|-
 
|-
 
|SQLSetCursorName() [http://msdn.microsoft.com/en-us/library/ms711707(VS.85).aspx]
 
|SQLSetCursorName() [http://msdn.microsoft.com/en-us/library/ms711707(VS.85).aspx]
 +
|-
 +
|SQLSetDescField() [http://msdn.microsoft.com/en-us/library/ms713560(VS.85).aspx]
 +
|-
 +
|SQLSetDescRec() [http://msdn.microsoft.com/en-us/library/ms714675(VS.85).aspx]
 
|-
 
|-
 
|SQLSetEnvAttr() [http://msdn.microsoft.com/en-us/library/ms709285(VS.85).aspx]
 
|SQLSetEnvAttr() [http://msdn.microsoft.com/en-us/library/ms709285(VS.85).aspx]

Latest revision as of 13:21, 7 May 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() [27]
SQLForeignKeys() [28]
SQLFreeConnect() [29]
SQLFreeEnv() [30]
SQLFreeHandle() [31]
SQLFreeStmt() [32]
SQLGetConnectAttr() [33]
SQLGetConnectOption() [34]
SQLGetCursorName() [35]
SQLGetData() [36]
SQLGetDescField() [37]
SQLGetDescRec() [38]
SQLGetDiagField() [39]
SQLGetDiagRec() [40]
SQLGetEnvAttr() [41]
SQLGetFunctions() [42]
SQLGetInfo() [43]
SQLGetStmtAttr() [44]
SQLGetStmtOption() [45]
SQLGetTypeInfo() [46]
SQLMoreResults() [47]
SQLNativeSql() [48]
SQLNumParams() [49]
SQLNumResultCols() [50]
SQLParamData() [51]
SQLParamOptions() [52]
SQLPrepare() [53]
SQLPrimaryKeys() [54]
SQLProcedureColumns() [55]
SQLProcedures() [56]
SQLPutData() [57]
SQLRowCount() [58]
SQLSetConnectAttr() [59]
SQLSetConnectOption() [60]
SQLSetCursorName() [61]
SQLSetDescField() [62]
SQLSetDescRec() [63]
SQLSetEnvAttr() [64]
SQLSetParam() [65]
SQLSetPos() [66]
SQLSetScrollOptions() [67]
SQLSetStmtAttr() [68]
SQLSetStmtOption() [69]
SQLSpecialColumns() [70]
SQLStatistics() [71]
SQLTablePrivileges() [72]
SQLTables() [73]
SQLTransact() [74]