Convert XML persisted ado recordset to dataset

  • Thread starter Thread starter Sean Bytnar
  • Start date Start date
S

Sean Bytnar

Hello all,

I am looking for C# code that will allow me to take an ADO Recordset
previously persisted to a file as XML and convert it to a Dataset. I
have seen some solutions but have yet to make any of them work. Can
someone please help me with functional code?

Thanks,
Sean


ps. Why would Microsoft provide code to convert Datasets to ADO
Recordsets (new tech -> old tech), but not the other way around to
facilitate migration (old tech -> new tech)?
 
Back
Top