Blob Stream

Forum related to Firebird

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
sfxcc
Senior Boarder
Senior Boarder
Posts: 95
Joined: 13.05.2010, 18:48

Blob Stream

Post 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
where's the code ..
Post Reply