From database a table contains a column of image datatype .I bind that table with the dataset the dataset fills.
After the dataset fills it contains many of other datatype but in image datatype it conatins System.Byte[] Data.
so from the above.
And how to fetch the data from that same XML file to dataset so that the dataset
should conatin the same system.Byte[] datas
VulpesPosted Jul 31, 2013, 7:55 AM
The code to do that and recover it again afterwards would be on these lines: