N Nikolay Petrov Mar 30, 2005 #1 How to apply a XML Schema contained in a DataSet to other DataSet? Thanks
N Nikolay Petrov Mar 31, 2005 #3 Not exactly, I need to copy the Schema from dataset which contains data without copying the data.
C Cor Ligthert Mar 31, 2005 #4 Nikolay, Not exactly, Click to expand... I need to copy the Schema from dataset which contains data without copying the data. Click to expand... And what do you think ds.clone does? http://msdn.microsoft.com/library/d...tml/frlrfsystemdatadatasetclassclonetopic.asp Probably I don't understand you, Cor Cor
Nikolay, Not exactly, Click to expand... I need to copy the Schema from dataset which contains data without copying the data. Click to expand... And what do you think ds.clone does? http://msdn.microsoft.com/library/d...tml/frlrfsystemdatadatasetclassclonetopic.asp Probably I don't understand you, Cor Cor
N Nikolay Petrov Mar 31, 2005 #5 Sorry Cor, didn't read the description of the method. I was just assuming that it copies everything. The 'clone' misleaded me.
Sorry Cor, didn't read the description of the method. I was just assuming that it copies everything. The 'clone' misleaded me.