WriteXML

  • Thread starter Thread starter Derek Hart
  • Start date Start date
D

Derek Hart

If I issue a WriteXML command on a Dataset, the top node begins with
"NewDataSet". Is there a way to change that default item?

Derek
 
Derek said:
If I issue a WriteXML command on a Dataset, the top node begins with
"NewDataSet". Is there a way to change that default item?

Set the DataSet.DataSetName property to whatever you want to appear there
instead.

HTH,
 
Back
Top