Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursorfill or requery()?
Message
From
30/10/2003 02:38:27
 
 
To
27/10/2003 17:36:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00842623
Message ID:
00844405
Views:
26
Hi Carlos,

>2. The limit of a variable size in VFP is about 16MG, so, When I used CursortoXML function I can´t convert a cursor grater than 8GB, because XML usually duplicated the size of the cursor. Even when I used the XMLtoCURSOR function it´s very slow with a big XML string. XMLADAPTER breake the 16 MG barrier? and it´s faster than xmltocursor, exits a compress function like in .net datasets?.
>

If you want to generate large XML document, you might consider to output it into a file (both CursorToXML and XMLAdapter are capable to do this). If you want to consume large XML document, the same file trick will do. It is possible to attach XMLDOMNode(s) to a XMLAdapter object and avoid passing XML as a string (see #844008) it might improve performance as well.

Thanks,
Aleksey.
Previous
Reply
Map
View

Click here to load this message in the networking platform