Posted by Piyoosh Rai on 09/13/05 19:37
Hi guys,
Apologies Simon for not making it clearer last time. What i am doing is
reading a table from the SQL Server 2000 database and using:
SQLDataSet.WriteXml(strFileName, XmlWriteMode.WriteSchema);
to write to the DataSet. But I realised that when I do that the XML is
generated correctly, the only error being that
<xs:element name="Table"> comes in as the tablename instead of the
actual table name.
Any suggestions will be appreciated. Thank you.
*** Sent via Developersdex http://www.developersdex.com ***
Navigation:
[Reply to this message]
|