dba_firstkeyFetch first key
&reftitle.description;
stringdba_firstkeyresourcehandledba_firstkey returns the first key of the database
and resets the internal key pointer. This permits a linear search through
the whole database.
&reftitle.parameters;
handle
The database handler, returned by dba_open or
dba_popen.
&reftitle.returnvalues;
Returns the key on success&return.falseforfailure;.
&reftitle.seealso;
dba_nextkeydba_key_splitExample 2 in the DBA examples