Page 1 of 1

Blob Stream

Posted: 18.06.2011, 14:46
by sfxcc
Why does zeos load the stream on the fly ??

I used fb to create a file structure with directories and so on.

But when it haves a large blob it takes a lot to change "dir" when i zquery that folder .... DOES ZEOS load blob when
select * from FILELIST where my folder = 'ICONS';

when filelist is Filename string , FileBlob : Blob ; filedate : tdate time structure.

how can i disable zeos to read blobs on a query, and read them just when i need.

This of course without using 2 separate zquerys.

Thanks