When you read value through the datareader you will have that value in the data reader but in the .net Row stamp is treated as the array of Byte types
so you need to read the value of reader by
GetSqlBinary(columnindex) method and also needs to convert to Array of bytes then it will work.
Cheers..
No comments:
Post a Comment