Hi again!
I recently created an application that strips some reports (and does some other processes) and in the end, the tables are exported as .dbf files to a network drive for use all over the department in various ways… My question is regarding the size of the files at export.
The process my company has been using for about 10 yrs now, was originally written in C++ and it also exported the files as .dbf … We are intending on replacing the old process completely… We are presently testing my files with all of the end user processes and someone noticed that the old files are MUCH smaller than mine?
The amount of fields is the same …and the record counts vary only slightly… but the sizes of old versus new is wayyyy different…
For example:
Today’s DTRL (Old) table – 9.08 MB (35,267 records)
Today’s DTRL (New) table – 35.6 MB (35,259 records)
I have done my best to pick the appropriate data type for the fields… and really I have only changed a few fields from text to date/time type…
There is not a problem as far as drive space is concerned, as we have over 14 Gig free on the drive used… This is just curiosity on the part of myself and the people I am working for, more than anything… Any ideas why there is such a huge difference between the two files?
TIA!