M
megan
I can easily get my byte array into the SqlBinary Sql servr field.
getting it out again is more difficult.
SqlBinary myBin = myBinaryObject; // object from SQL server field.
byte[] b= myBin ;
is not allowed.
getting it out again is more difficult.
SqlBinary myBin = myBinaryObject; // object from SQL server field.
byte[] b= myBin ;
is not allowed.