M
Marc Gravell
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
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