I need to save a table to a file. I'm using ClientDataSet1.SaveToFile procedure, the problem is when the table has many records I get a "Insufficient memory for this operation" error message. The table has over 50000 records with a Blob field on each record. My computer has 4GB of RAM. Am I missing something?