Out of memory
I have doing a report with 250,000 records and 7 fields. When I drag and drop a field to measures, it works. The second time that I drag another field, I get "EoutMemory Error". I have checked my RAM and there are 2GB free.
Also, I have noted that if I save the cube to mdc file and then I load it, everything works fine.
It seems that the problem only happens when FastCube use directly the dataset that I provide, in my case IBObjects. I am managing millions of records with IBObjects and should not be problem. It seems a bug,
If you cannot fix it, a workaround will be to dump the Firebird dataset in another structure that can manage FastCube. Which type of class do you recommend?
Also, I have noted that if I save the cube to mdc file and then I load it, everything works fine.
It seems that the problem only happens when FastCube use directly the dataset that I provide, in my case IBObjects. I am managing millions of records with IBObjects and should not be problem. It seems a bug,
If you cannot fix it, a workaround will be to dump the Firebird dataset in another structure that can manage FastCube. Which type of class do you recommend?