|
wb_num_fields | Information about Cursors |
This function returns the number of rows in the opened cursor. It is not recommended to use this function for cursors with many records, since a call to this function evaluates the entire cursor, which may take a very long time.
Number of rows in a cursor, or -1 if an error occurs.
wb_num_fields | Information about Cursors |