J
James Palmer
Guest
Not using an ini file would be one. In general, wherever possible, I have migrated applications away from using ini files as much as possible. In most applications you can integrate the config into the database, but DataDigger doesn't have its own DB. Have you considered just EXPORTing the temp table to a .d file? As long as you only add fields to the end of the definition it should always work on the import.
Continue reading...
Continue reading...