Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
890
UltraDataSource serialization
posted

Hello,

I'm currently using UltraDataSources in a memory-consuming application.

Whenever I try to use SaveAsBinary methods (structure+data) on UltraDataSources with lots of data, a OutOfMemoryException is raised.

Is there any way to serialize only parts of the UltraDataSource in order to avoid this kind of exception?

Thanks

Parents
  • 469350
    Offline posted

    Hi,

    No, there's no way to do that - other than the obvious way of creating a copy of the UltraDataSource and populating it with a subset of the data and the saving the copy instead of the real thing.

Reply Children
No Data