I use the TIBCStoredProc component and the SaveToXml method in order to save its result into an xml file.
It's works

This xml file is later on loaded into a TVirtalTable with LoadFromFile method. It works fine except the the size of the file is large (27M). I receive an exception "eOutOfMemory".
There is limits in size ?
and how can I solve that ?
kind regards