Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's in CURSORTOXML()?
Message
From
22/08/2002 02:38:58
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00692321
Message ID:
00692337
Views:
19
>2) CURSORTOXML() creates the XML string in one pass internally, while your code is assembling it in VFP. This might have caused memory allocation issues. In this case, SYS(1104) before calling STRCONV() should fix it.

Unfortunately, this doesn't work. I tried putting it in front of the STRCONV() in the Web Service and also in the XML completion and it's the same result.

I use MSXML.DOMDocument to create the XML. The only difference I can see with this approach as oppose to CURSORTOXML() is that no carriage return is done after each CreateElement(). However, I don't think this should make a difference.
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
Reply
Map
View

Click here to load this message in the networking platform