Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataSet.WriteXML change schema ID
Message
 
General information
Forum:
ASP.NET
Category:
XML
Environment versions
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01628174
Message ID:
01628199
Views:
29
>Hi,
>
>When you write XML from a dataset, the .NET class automatically sets the schema ID as "NewDataSet". Is it possible to change it, to specify your own ID name? (e.g. "VFPDataSet"). I think the proper name is "root attribute".
>
>Also, to change the element name from default "table" to something different?
>
>Here is an example:
>
>    mydataset.WriteXml( "PM_TESTING.XML", XmlWriteMode.WriteSchema )
>
>
>TIA

It turned out that I don't have to change root element name. My code works with "NewDataSet". Michel's suggestion to change the table name was all that I needed. Thank you, Michel.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform