>Sure. Look at BlobBase class. You can rewrite the class to return only
>pieces. But don't forgot to close the blob when you're finished.

Thanks. ;-)
I added an event which is raised after downloading each segment. It passes 
the segment data and number of downloaded bytes to its subscribing function.

I also modified the FbDataReader class. Now you can do the following thing:
rd.SegmentReceived += new 
FbDataReader.SegmentReceivedDelegate(rd_SegmentReceived);

I think it's quite useful.

I have another question: is it possible to read blob from the middle? There 
is a Seek function in BlobBase, but it raises an exception "wrong database 
type" or something like that...

Best regards,
Jacek Salamon 


------------------------------------------------------------------------------
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