On Mon, Dec 21, 2009 at 22:39, Jacek Salamon <aj...@hoth.amu.edu.pl> wrote:
> I suppose it should read a BLOB data piece by piece, but it reads the
> whole BLOB data and then gets consecutive bytes from it.
> It is important for me because I write application that downloads
> binary data from a database on a remote server. I would like to update
> a progress bar while downloading data, but the program first downloads
> all data and then updates the progress bar.

You don't need to use SequentialAccess as blobs in FB are not returned
with rows anytime.

When you call GetBytes the blob is read completely from underlying
stream. It's not read piece by piece.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.cincura.net/ | http://www.ID3renamer.com

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to