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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top