Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieving large xml recordset through ADO
Message
De
17/03/2003 10:06:47
Leo Kool
Agis Automatisering BV
Harmelen, Pays-Bas
 
 
À
15/03/2003 12:13:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00765479
Message ID:
00766535
Vues:
41
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform