XML Schema

  • Thread starter Thread starter Nikolay Petrov
  • Start date Start date
N

Nikolay Petrov

How to apply a XML Schema contained in a DataSet to other DataSet?

Thanks
 
Nikolay,

dim ds2 as new dataset = ds.clone

I hope this helps,

Cor
 
Not exactly,

I need to copy the Schema from dataset which contains data without copying
the data.
 
Sorry Cor, didn't read the description of the method.
I was just assuming that it copies everything. The 'clone' misleaded me.
 

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