Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML and 16 Mb. VFP limits in char variables
Message
From
13/01/2004 10:13:23
 
 
To
12/01/2004 03:24:21
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00865907
Message ID:
00866348
Views:
40
Hi, José.

>How I can obviate this limits?
>
>I have a method in a object that return a XML string long than 16 Mb.
>
>How do you work with this VFP limit.

I'd check the usage strategy. In most cases, you can avoid having such huge XML files. This is not just a matter of the size limit, but the decreased performance you'll get from VFP internal functions.

For such a big XML files, you should resort to use SAX to have a decent performance, but then you should build a few wrappers, and you will loose some of the nice integration with VFP.

Just my 2 duros,
Previous
Reply
Map
View

Click here to load this message in the networking platform