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)