Using Cursors (ODBC)
새 설치: 2006년 4월 14일
To use cursors, you must first set connection and statement attributes that control ODBC cursor behavior. Cursors allow an application to retrieve multiple rows on each fetch and execute UPDATE, INSERT, or DELETE statements at the current location of the cursor.
섹션 내용
- How to: Use Cursors (ODBC)
- How to: Use Rowset Binding (ODBC)
- How to: Fetch and Update Rowsets (ODBC)