Platform Objects |
This method will return the number of records within the record set. A call to this method can be time consuming, so it is not recommended for record set traversal: use the Do ... Loop While ( DB.GoNext() ) construct instead. Select is not required for this method to be called.
Example Sample code
See also
|