J
Jonathan Sion
Hi,
I need to script out data in a table (that is, generate an INSERT
statement for each row, to be executed on another database), and it
has a vrabinary(max) column. i need to generate a text file with this
binary (which is not a unicode string or anything like that... this is
NOT 'conversion to a string' problem. its abinary that would stay a
binary)
(So I get data - SQLDataAdapter.Fill into my DataTable - then
itereate it. the values i need appear as Byte array... )
any idea \code snippet that does this?
thank you very much!
Jonathan
I need to script out data in a table (that is, generate an INSERT
statement for each row, to be executed on another database), and it
has a vrabinary(max) column. i need to generate a text file with this
binary (which is not a unicode string or anything like that... this is
NOT 'conversion to a string' problem. its abinary that would stay a
binary)
(So I get data - SQLDataAdapter.Fill into my DataTable - then
itereate it. the values i need appear as Byte array... )
any idea \code snippet that does this?
thank you very much!
Jonathan