SynopsisDump the contents of a database to file. Prototype#include "emfdb.h" int dbSave(int did, char_t * filename, int flags); Parameters
DescriptionWrite the contents of the database (i.e., ALL tables) to a text file. Return ValuedbSave returns 0 if successful, or -1 if an error. Exampleint nCheck = dbSave(0, T("config.txt"), 0); See Also |