PgDAC

TPgDataSetOptions.CacheBlobs Property

Used to allocate local memory buffer to hold a copy of the large object content.

Class

TPgDataSetOptions

Syntax

property CacheBlobs: boolean default True;

Remarks

Use the CacheBlobs property to allocate local memory buffer to hold a copy of the large object content.

If True, local memory buffer is allocated to hold a copy of the large object content.

If False, value of large object is being read and written directly from/to database without memory buffer on the client. This can save memory on the client for very large values.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback