Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XMLToCursor limits
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00669425
Message ID:
00669483
Vues:
28
Esparta,

Are you sure it's hung the machine? And that it's not just taking much longer that you expected it to take? VFP will show up as not responding in task manager while the XMLToCursor is running. You should not be expecting a 1.5 million node XML document to be loading very fast. An 80k node document loads in about 5 seconds on a P2-300 class machine, and I doubt that it's a linear function I'll have to some more testing later tonight.

>Thank's to Sergey Berezniker finally I can create my XML correctly, but, in my test I have other problems.
>
>

>Select * from predios where tipopredio = 1 into cursor cPred
>** I get about 128,000 records, 12 fields
>
>CursortoXML("cPred","lcXMLData",1,0,0,"1")
>*** Here is ok... slow process but ok
>
>close tabl all
>
>XMLtoCursor(lcXMLData,"cNew")
>*** Here my WorkStation Hangs
>
>

>
>Have XML Format a limit of Records, is the XMLtoCursor function wrong?, do I need something else?. I can't understand why my computers hangs. I'm using VFP7.0 SP1 on Pentium IV 1.8 Mhz, 512 MB, 40 GB.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform