SetRetainCursor
Sets the internal
RetainCursor value. D7+
Only.
procedure SetRetainCursor(Connection:
TSQLConnection; Value: Boolean);
Parameters:
- Connection
- The TSQLConnection component that is connected to the
server.
- Value
- The value to set the internal RetainCursor flag
to.
Exceptions:
EDatabaseError is raised in case of
an error.
Example 5.6.
SetRetainCursor(SQLConnection1, True);