G
Guest
Hello
I have a legacy SQL Database that uses ADO and AppendChunk to store a BLOB of data in a column. It was written in C++
I am now trying to retrieve that data back using C# and a DataReader without any luck. I know it would be better to store the binary data as IMAGE but it wasn't done that way.
Any idea how I can get the BLOB preferably in a byte[] array?
TIA
John Hoffma
I have a legacy SQL Database that uses ADO and AppendChunk to store a BLOB of data in a column. It was written in C++
I am now trying to retrieve that data back using C# and a DataReader without any luck. I know it would be better to store the binary data as IMAGE but it wasn't done that way.
Any idea how I can get the BLOB preferably in a byte[] array?
TIA
John Hoffma