D
Dan Reber
When I used VB6 & ADO I used GetChunk & AppendChunk to get/save large image
data to SQL Server. In ADO.Net that is not available but I found the below
link and it describes what to use as an alternative. Looking at the code I
don't see how the data in saved/retrieved in "chunks", is it done natively
in ADO.Net? If not, how should I do that now?
http://support.microsoft.com/kb/q309158/
Regards,
Dan
data to SQL Server. In ADO.Net that is not available but I found the below
link and it describes what to use as an alternative. Looking at the code I
don't see how the data in saved/retrieved in "chunks", is it done natively
in ADO.Net? If not, how should I do that now?
http://support.microsoft.com/kb/q309158/
Regards,
Dan