Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Flaw in xmltocursor()
Message
 
 
À
14/06/2006 08:02:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01128952
Message ID:
01128953
Vues:
23
Hi Peter,

I don't see it. In my test code below the fields with names longer than 10 characters are handled properly. What's different in your case? Can you change my code to demondtrate the problem?
Open database (HOME(2) + "Northwind\northwind.dbc")
? CURSORTOXML(0, "Customers.xml", 1, 512, 0, "1")
? XMLTOCURSOR("Customers.xml", "CRSCustomers", 512)
BROWSE LAST
>I just dicovered a MAJOR flow in XMLTOCURSOR() function.
>
>If the field name exceeds 10 char this column remains blank!
>
>
>Peoplesoft folks use lots of long fieldnames and none of those data get imported!!!!!
>
>
>so I have to revert to manually parsing the xml file.
>
>What a pitty!
>
>Peter
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform