odbcquery.getrecordcount
Get the total number of records in a result set. Gets the total number of records in a result set when the SQL query of the "SELECT ..." type has been executed.
method uint odbcquery.getrecordcount()
Return value
Returns the the total number of records; if the total number of records is not determined, it returns -1.
Related links | Source |