Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursorfill or requery()?
Message
De
30/10/2003 02:38:27
 
 
À
27/10/2003 17:36:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00842623
Message ID:
00844405
Vues:
27
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform