Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XmlToCursor
Message
From
21/12/2006 14:20:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
XmlToCursor
Miscellaneous
Thread ID:
01179634
Message ID:
01179634
Views:
52
Hi All
How to resolve the problem in this case:
		<ShipTo>
			<Address>
				<PostalCode>018</PostalCode>
				<CountryCode>CS</CountryCode>
			</Address>
		</ShipTo>
		<ShipFrom>
			<Address>
				<PostalCode>N2T2X8</PostalCode>
				<CountryCode>CA</CountryCode>
			</Address>
		</ShipFrom>
LoadXMl and ToXml fails because it is trying to create 2 tables with the same name
Thank you
Reply
Map
View

Click here to load this message in the networking platform