From: altialex <jo...@do...> - 2004-04-06 12:34:04
|
First, cudos to all the people involved in FB project. Doing the great job, hands down... I'm looking into FB as an alternative to MSSQL we are using at the moment. One important issue I'm wondering about is FB's capabilities of handling large binary data. Ok, I'm determined to put an effort and get first hand experience with FB and all it's features. 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? Regards, Alex. |
From:
<car...@te...> - 2004-04-06 13:32:50
|
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 |
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 > |
From:
<car...@te...> - 2004-04-06 15:18:55
|
Hello: > 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. No, that isn't allowed. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |
From: Mike J. <jo...@do...> - 2004-04-06 19:09:04
|
I c... Well, hope there's (or will be) a similar functionality in the lower level API waiting to be exposed through FB.NET provider... Never mind, keep up the good work Carlos. :) Regards, Alex. "Carlos Guzmán Álvarez" <car...@te...> wrote in message news:407...@te...... > Hello: > > > 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. > > > No, that isn't allowed. > > > > > -- > 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 > |
From:
<car...@te...> - 2004-04-06 19:46:44
|
Hello: > Well, hope there's (or will be) a similar functionality in the lower level > API waiting to be exposed through FB.NET provider... Huummm ... maybe using stream blobs, i can try to take a look at them > Never mind, keep up the good work Carlos. :) :) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |