Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Cursor results
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00807896
Message ID:
00808024
Vues:
21
You wouldn't have problems with CURSORTOXML() but youll have to run some tests to determine if speed of XMLTOCURSOR() is okey for you with that number of records.
lcXml = ""
? CURSORTOXML("crsTemp","lcXml",1,0,0,"1")
? XMLTOCURSOR(lcXml, "CrsTempXml")
>That's an interesting idea - what do you mean by small?
>It consists of 1 x 5(c) and 3 x 25(c) fields with less that 500 records (I think).
>Would you think that was small enough?
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform