Next: Inserting and replacing records in the database, Previous: Closing the database, Up: The GNU database manager [Contents][Index]
Counts the number of records in the database dbf. On success,
stores it in the memory location pointed to by pcount and returns
0. On error, sets gdbm_errno
(if relevant, also errno
)
and returns -1.
Counts the number of buckets in the database dbf. On success,
stores it in the memory location pointed to by pcount and return
0. On error, sets gdbm_errno
(if relevant, also errno
)
and returns -1.