Upload xml to dataset from vb6...
I call a vb6 com object that returns an Adodb.Recordset converted to a xml string using the Save method of a recordset.
I nee to know how I can fill a dataset object in c# using the xml the com object returns.
Thanks...
|