Click to See Complete Forum and Search --> : .NET Data providers and BLOBS


gesha
February 13th, 2003, 03:30 PM
In ADO There are GetChunk and AppendChunk methods for manipulation of BLOB fields.
In .NET there is a DataReader class which has a method GetBytes for extracting binary data from a BLOB database field.
After a lot of searching I realized that there is not an equivalent method for AppendChunk in .NET.
Does anybody know how can I insert binary data in a BLOB field with a .NET data provider. (Actually I use the OleDb provider)

Best Regards!