.dbCount()

Previous Next

Returns the number of records in the row set that were queried from the server. Does NOT take into account any records inserted or deleted on the client.

Contrast with .rowCount().

Syntax

.dbCount()

 

Example

$.udb('EMP').rowSet('current').dbCount();