ADO.NET version of ADO Chunk methods.

TechGnome

Well-known member
Joined
May 23, 2005
Messages
896
Programming Experience
10+
In VB6/ADO to move binary data in/out of the database we would use the .AppendChunk and .GetChunk methods of the recordset. However, recordsets are no more in ADO.NET. Is there an ADO.NET equivelent of the Chunk methods? I'm having trouble finding examples on how to do this in .NET. All I need is someone to point me in the right direction.

Thanks in advance,
Tg
 
You know, I'd swear I looked on MSDN.....Either I didn't look hard enough, or I didn't do it right -- either one is possible.

Mille danke!

Tg
 
Back
Top