Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP and .NET Data Comparison
Message
De
12/01/2006 04:03:55
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
01080965
Message ID:
01085964
Vues:
50
All I am interested at the moment, is simple timing of
CursorToXML() applied on simple cursor with 2500 records and
vice versa back to VFP cursor.

No need going between sessions just if you'd
do something like

select My2500RecCursor
CURSORTOXML ("My2500RecCursor", "SomeVar" , 1, 0, 0, "1")
(found this on wikis)

and then back to empty cursor using XmlToCursor.

How long does it take ?

Thks+++


>>Any real life timing for this wld do. I am not trying to prove any points, just being curious about XmlToCursor, since I still use VFP6.
>
>You can still work with the "real" XML container - DOMDocument. You might find it better for both your projects and "design" contemplation to work with that guy.
>
>Some XML is "hierarchial" (manifests) - that kind of data cannot be addressed with 2Cursor. The tabular data would be very easy . You could even use XML as a database (with a record pointer and a seek [X-Path]!).
>
>The task of creating an XML with VFP is a simple string assembly. Looking at the XML with DOM Document is almost as simple - you can scope and parse out what you want. Addressing it into or out of a DBF using DOM Document is not that difficult - and - you can drive the DOM and expeiment from inside the command window,
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform