lrd_close_all_cursors

Example: lrd_close_all_cursorsAccess Management Functions

Closes all cursors for a connection.

LRDRET lrd_close_all_cursors( LRD_CONNECTION *mptConnection);

mptConnection A pointer to an LRD_CONNECTION structure.

The lrd_close_all_cursors function closes all open cursors for the specified connection.

For more details refer to the Function Header File lrd.h in the include directory.

Return Values

See LRD Return Values.

Parameterization

You cannot use standard parameterization for any arguments in this function.