ctsqlGetScrollableCursor
Retrieves the state of the scrollable cursor flag.
ctsqlSetScrollableCursor requires a valid command handle and needs to be called before the "prepare" call.
Note: Currently, the only reason to set scrollable cursors is to obtain the number of rows in the resultset immediately. At this time, there is no support to scroll through the resultset other than "next" (forward only).
Parameters:
Return:
Returns CTSQL_TRUE if scrollable cursor flag is on.