D
Dennis
--
Dennis
Dennis
Clifford Bass via AccessMonster.com said:I would assume variable length. Of course it may not even store all of
the the data for a particular row in a contiguous section of the file.
You
could do a quick and dirty test to see if it is variable or fixed length.
Create a new database with one table with a text column of 200 or so
characters. Create a method that lets you specify to append a thousand or so
rows of data. Make a copy of the database. Run the process on one database
telling it to save a short value, say a single character. In the other run
the process on the second telling it to save a long value, say 200 characters.
Close and compact both. Compare their sizes. What do you get?
Clifford Bass via AccessMonster.com said:But that does not answer the question of how it stores the data within a
row.
Databases
decompiled and compacted. Respective sizes: 1,636KB and 8,296KB.