Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XMLTOCURSOR problem
Message
 
 
To
26/07/2011 06:29:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01519156
Message ID:
01519162
Views:
65
hi tore,

thank.
i try this code .... BUT without good result....!?
* Load XML
oXA = CREATEOBJECT("XmlAdapter")


oXA.RespectNesting = .T.
oXA.LoadXML( 'MR.xml',.T.)
oXA.XMLSchemaLocation='MR.xsd'


FOR i=1 TO oXA.Tables.Count
	oXA.Tables(i).Tocursor()
ENDFOR
what can i do ?

MR.xlm and MR.xsd are in attachment.


bernhart
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform