Using Cursors (ODBC)

How to Install SQL Server 2000

How To

Using Cursors (ODBC)

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.