From: altialex <jo...@do...> - 2004-04-06 14:58:26
|
Hello Carlos. No. In MSSQL server there's an option of just appending binary content to the BLOB (Image) field without retrieving previous one first and doing the appending manyally. Something like this: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconconservingresourceswhenwritingblobvaluestosqlserver.asp Regards, Alex. "Carlos Guzmán Álvarez" <car...@te...> wrote in message news:407...@te...... > Hello: > > > One detail still remains a mistery, though. I need a possibility to append > > binary data to an existing BLOB field. Is this achievable using FB.NET > > provider? > > Huummmm ... you can retrieve the blob value append data to the value (or > remove it) and update the blob into the database, is this what you mean ?? > > > > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |