Defines an SQL cursor using the given name in the specified statement object.
Syntax
setCursorName( statement , name )
statement.setCursorName( name )
Parameters
statement
|
the statement object to use.
|
name
|
the name of the cursor.
|
Returns
Example
stmt.setCursorName( "start" )
|