Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with XML schema
Message
From
21/03/2004 23:37:56
 
 
General information
Forum:
ASP.NET
Category:
XML
Miscellaneous
Thread ID:
00888315
Message ID:
00888403
Views:
7
>Before generating your XML from the DataSet, be sure to set this in your DataAdapter:
>
>YourDataAdapter.MissingSchemaAction = MissingSchemaAction.AddWithKey
>
I tried several routes during the day. One of them was to GetXMLSchema() before GetXML(), put them all together in lcXML and return that. But, again, this is the .NET way so VFP was not able to get all of that. I ended up only returning GetXML() and have VFP to be smart enough to build its own schema, by reading the master files, add that on top of the XML, do a few manipulations and then XMLToCursor().
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform