WriteXmlSchema writes out the DataSet definition. WriteXml writes out the
actual data.
To write out to a web directory, you should MapPath to get root and then add
that part of the path to your document name. I am not completely sure where
it would save the document if you simply call write with a file name only.

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
*************************************************
Think outside of the box!
*************************************************
> Hello,
>
[quoted text clipped - 33 lines]
>
> - Glenn
glenn - 15 Sep 2006 16:48 GMT
Gregory,
That did the trick. Sorry for the simple question. Guess I was just having
a senior moment.
- Glenn
> WriteXmlSchema writes out the DataSet definition. WriteXml writes out the
> actual data.
[quoted text clipped - 40 lines]
> >
> > - Glenn