
string mdbm_nextkey(int handle, string key)
Zero is returned to indicate failure.
Deleting a key changes the order of the keys in a database, so be careful of such changes in the midst of firstkey/nextkey loops over the database as such a change may mean that all keys are not visited in the loop.
HTMLised 1998 Greg Lewis (glewis@maths.adelaide.edu.au)