V4MD: Save DB "As"
Andrew Sinning
andrew at learningware.com
Tue Feb 15 14:58:49 CST 2005
A user open up a database and makes a few changes and then decides to do
a "Save As". This means that all the changes they have made need to get
saved as a NEW database, but the database they have opened needs to
remain as was the last time they did a "Save".
I can't copy the the db files to a temporary location because they are
locked.
If I do a Dump() without first doing a Flush(), will the recent changes
be included in the Dump()? In otherwords, perhaps I need to do:
Dump()
LoadDump(dumpFile, NEW_DATABASE_FILE)
Should this work?
More information about the Valentina
mailing list