Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieving large xml recordset through ADO
Message
De
12/04/2003 10:26:35
 
 
À
17/03/2003 10:06:47
Leo Kool
Agis Automatisering BV
Harmelen, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00765479
Message ID:
00776937
Vues:
47
Hi Leo,

that looks simple and fast to me.

Hank

>Hi Hank,
>
>Thanks for your reply.
>Your suggestion brings me to the old problem that VFP have to increase the size of VAR everytime.
>That's why it is slow.
>I used this code from your idea:
>(or can I implement this smarter)
>
>lnSec = Seconds()
>Do While !.Eof
>	Text To lcXml Additive TextMerge NoShow
>		<<.Fields(0).Value>>
>	EndText
>	.MoveNext()
>EndDo
>?'String:  ', Seconds() - lnSec
>
>
>
>Leo
>>Hi Leo,
>>
>>good idea. To get away from writing a file, you could use
>>
>>
>>TEXT TO <VAR> TEXTMERGE SHOW
>>** scan loop; use << >> textmerge to create entries
>>ENDTEXT
>>
>>
>>Hank
>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform