>>How does one find out how many records exist in a pdb? >>I can't seem to find a function for it!?!?!
>DmNumRecords? Well, yes, although you should be aware that this counts all the records in the database including ones that have their deleted bit set. (Those aren't removed until the Palm is Hotsynced.) If you only want to count records that haven't been market deleted you want to use DmNumRecordsInCategory (with dmAllCategories if you aren't using categories). This doesn't count records that users have designated as hidden or masked either, if your application enables setting records as private or masked. David -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
