Cursor

Top  Previous  Next

Cursors are one way SQL SELECT result sets. These cursor functions can be used to create cursors or use cursors created using the DECLARE CURSOR clause.

 

Available Routines

Cursor.Close
Cursor.Create
Cursor.EOF
Cursor.Fetch
Cursor.FieldCount
Cursor.FieldName
Cursor.FieldValue
Cursor.GetField
Cursor.Next
Cursor.Open