Difference between revisions of "ODBC: Function Summary"

From Recital Documentation Wiki
Jump to: navigation, search
Line 3: Line 3:
  
 
{| class="wikitable"
 
{| class="wikitable"
|[http://msdn.microsoft.com/en-us/library/ms714852(VS.85).aspx|SQLAllocConnect()]
+
|SQLAllocConnect()[http://msdn.microsoft.com/en-us/library/ms714852(VS.85).aspx]
 
|-
 
|-
 
|SQLAllocEnv()
 
|SQLAllocEnv()

Revision as of 12:56, 26 March 2009

The following functions are supported up to ODBC 3.5 conformance:


SQLAllocConnect()[1]
SQLAllocEnv()
SQLAllocHandle()
SQLAllocStmt()
SQLBindCol()
SQLBindParam()
SQLBindParameter()
SQLCancel()
SQLCloseCursor()
SQLColAttribute()
SQLColAttributes()
SQLColumnPrivileges()
SQLColumns()
SQLConnect()
SQLCopyDesc()
SQLDataSources()
SQLDescribeCol()
SQLDescribeParam()
SQLDisconnect()
SQLDriverConnect()
SQLDrivers()
SQLEndTran()
SQLError()
SQLExecDirect()
SQLExecute()
SQLExtendedFetch()
SQLFetch()
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()