Forum Discussion
tristaanogre
Esteemed Contributor
Rather than "Value", you might want to use the GetChunk method. What you'll need to do is get the ActualSize of the field and then use GetChunk to retrieve it. I've not tested this but it might look something like this:
rs.MoveFirst(); var blobSize = rs.Fields("slices").ActualSize; var blob = rs.Fields("slices").GetChunk(blobSize);
AlexKaras
8 years agoChampion Level 3
Sample code example for Robert's reply:
Related Content
- 11 years ago
- 2 years ago
Recent Discussions
- 13 hours ago