Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with XML schema
Message
From
21/03/2004 15:13:27
 
 
To
All
General information
Forum:
ASP.NET
Category:
XML
Title:
Problem with XML schema
Miscellaneous
Thread ID:
00888315
Message ID:
00888315
Views:
38
Once I have a DataSet, I am using this to convert it into XML:
      lcXML = loData.GetXml()
Then, from Visual FoxPro, I do:
XMLTOCURSOR(lcXML,'Temp')
to convert it into a cursor.

However, as I don't have the schema, a lot of fields are not appended ok into my local table. So, I see there is a VB.NET method for the DataSet known as GetXMLSchema(). How would I go to include the schema into my XML so when I do the XMLTOCURSOR() in VFP that everything would be ok?
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
Next
Reply
Map
View

Click here to load this message in the networking platform