SynopsisEmpties the contents of all tables in a database. Prototype#include "emfdb.h" int dbZero(int did); Parameters
DescriptionDeletes all the rows in the all the tables in the database. Return ValuedbZero returns 0 if successful, or -1 if an error. Exampleint nCheck = dbZero(0); See Also |