save_database

Save current database to the specified idb file
     idbname - name of the idb file. if empty, the current idb
               file will be used.
     flags   - DBFL_... bits or 0
see also @hlpIdcset_database_flag[set_database_flag](), @hlpIdcclr_database_flag[clr_database_flag]()

success save_database(string idbname, long flags);

#define DBFL_KILL       0x01            // delete unpacked database
#define DBFL_COMP       0x02            // collect garbage
#define DBFL_BAK        0x04            // create backup file (if !DBFL_KILL)
#define DBFL_TEMP       0x08            // temporary database

Last updated

Was this helpful?