man DlpCleanUpDataBase (Fonctions bibliothèques) - DlpCleanUpDatabase

NAME

DlpCleanUpDatabase - purge deleted and archived records in a Palm database

LIBRARY

libpconn

SYNOPSIS

#include <palm.h>#include <pconn/pconn.h>DlpCleanUpDatabase PConnection *pconn const ubyte handle

DESCRIPTION

deletes any records in a database that were marked or

handle specifies the database to clean up, as returned by DlpOpenDB() The database must be open for writing.

RETURN VALUE

returns 0 if successful, or a negative value otherwise.

SEE ALSO