lrd_close_cursor
Example: lrd_close_cursor | Access Management Functions |
Closes a database cursor.
LRDRET lrd_close_cursor( LRD_CURSOR **mpptCursor, int miDBErrorSeverity);
mpptCursor | A pointer to a pointer to an LRD_CURSOR structure. |
miDBErrorSeverity | The Error Severity Levels of a failure in a database routine. |
The lrd_close_cursor function closes the specified database cursor. Once you close a cursor, you can no longer execute an SQL statement using that cursor.
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.