SOLVED: V4MD: SetMedia() not working as expected
Andrew Sinning
andrew at learningware.com
Mon Feb 16 11:40:09 CST 2004
The problem was that I wasn't following
SetMedia (theCursor, "vList", vListMem)
with
UpdateRecord(theCursor)
This is probably the root cause of the issue ".blb file not shrinking
after deleting ALL entries" which I reported earlier. It seems that if
a SetMedia is not followed by an UpdateRecord, the database grows in
size, but the added data is not associated with any record, so deleting
the records doesn't free up the data!
More information about the Valentina
mailing list