Star20
125
代码介绍
代码
Issues3693
Pull Requests49
流水线
Actions
项目讨论
Wiki
项目成员300
分析
项目设置
Star20
125
  1. docs
  2. /
  3. docs-lite
  4. /
  5. en
  6. /
  7. developer_guide
  8. /
  9. odbc_interface_reference.md
Hhemiao3787修改目录结构
3bd8445b创建于 1月27日历史提交

ODBC Interface Reference

The ODBC interface is a set of API functions provided to users. This chapter describes its common interfaces. For details on other interfaces, see "ODBC Programmer's Reference" at MSDN (https://learn.microsoft.com/en-us/sql/odbc/reference/odbc-programmer-s-reference?redirectedfrom=MSDN&view=sql-server-ver16).

  • SQLAllocEnv

  • SQLAllocConnect

  • SQLAllocHandle

  • SQLAllocStmt

  • SQLBindCol

  • SQLBindParameter

  • SQLColAttribute

  • SQLConnect

  • SQLDisconnect

  • SQLExecDirect

  • SQLExecute

  • SQLFetch

  • SQLFreeStmt

  • SQLFreeConnect

  • SQLFreeHandle

  • SQLFreeEnv

  • SQLPrepare

  • SQLGetData

  • SQLGetDiagRec

  • SQLSetConnectAttr

  • SQLSetEnvAttr

  • SQLSetStmtAttr

  • Examples