C Cor Ligthert [MVP] Jun 2, 2008 #2 mttc, Don't use ds.WriteXml but serialize it by hand node by node. ds.WriteXml does this from the version 1.0 so it would break the code changing that. Cor
mttc, Don't use ds.WriteXml but serialize it by hand node by node. ds.WriteXml does this from the version 1.0 so it would break the code changing that. Cor
M mttc Jun 2, 2008 #3 the DataTable.WriteXML do that also? have on the net some made ready serilize DtatTable?
C Cor Ligthert[MVP] Jun 2, 2008 #4 the DataTable.WriteXML do that also? have on the net some made ready serilize DtatTable? Click to expand... No you would need a kind of node writer, (there are endless variations of that) Cor
the DataTable.WriteXML do that also? have on the net some made ready serilize DtatTable? Click to expand... No you would need a kind of node writer, (there are endless variations of that) Cor
M mttc Jun 2, 2008 #5 I find that if I write Schema also, and I ReadXMLSchema befoe I do ReadXML, all column even null is there. thenks
I find that if I write Schema also, and I ReadXMLSchema befoe I do ReadXML, all column even null is there. thenks