Following up on a question somebody asked a day-or-so ago...
When /reading/ BLOBs in C# I can use sequential access and GetBytes(); fine,
sorted.
However, is there a similar equivalent for /writing/ BLOBs? *Without* having
to buffer the entire thing into a byte[] to set into param.Value? Or would
the stream-friendly way of doing this be to execute multiple commands with
the UPDATE column_Name .WRITE (@chunk, NULL, 0) syntax [or UPDATETEXT]?
Thoughts?
Marc
Marc Gravell - 01 Jun 2006 09:23 GMT
Ah damn; I had the wrong NG open - still, if anybody has feedback...
Marc