Hi all,
I am using a TTable component to create an ASCII table
to save it on the disk. I am using Append/Post. I need to
obtain a very large database, near 4Gb. And when the size is
near 1 Gb, an EOverflow is raised. Is it because the TTable loads
all the table into RAM (because my RAM is near 1Gb?) It is the same
with
the Paradox format.
How to avoid this problem?
Thank you.