Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XMLTOCURSOR problem
Message
From
26/07/2011 07:59:55
 
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:
01519163
Views:
62
Unfortunately I have close to no experience with XMLAdapter. Hopefully someone else will jump in?

>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
Reply
Map
View

Click here to load this message in the networking platform