The getCursorType and setCursorType methods of the Recordset class retrieve or specify the type of cursor that should be used when opening the Recordset object, respectively.
public int getCursorType();
public void setCursorType(int cursorType);
Sets or retrieves a AdoEnums.CursorType value. The default value is FORWARDONLY.
cursorType | One of the AdoEnums.CursorType values. |