Executing Queries (ODBC) (How to)
새 설치: 2006년 4월 14일
Executing an SQL statement in an ODBC application requires allocating a statement handle, setting statement attributes, and preparing and executing the SQL statement.
섹션 내용
- How to: Use a Statement (ODBC)
- How to: Set Cursor Options (ODBC)
- How to: Execute a Statement Directly (ODBC)
- How to: Prepare and Execute a Statement (ODBC)