DataSource.setCursorLocation

Overview | Methods | This Package | All Packages

DataSource.setCursorLocation

Sets the location of the cursor engine.

Syntax

public void setCursorLocation( int cursorLocation )

Parameters

cursorLocation

One of the values defined in the AdoEnums.CursorLocation class.

Remarks

The cursorLocation property provides either client-side or server-side cursor support.

See Also   getCursorLocation