Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing data thru tiers
Message
De
20/04/2005 14:42:27
 
 
À
20/04/2005 14:32:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01006658
Message ID:
01006677
Vues:
21
In memory. To keep the XML small, you need to pass the minimum of informations between the layers. For example, this would be bad if what you need is only 3 fields from the table and only some of the records:
SELECT * FROM MyTable
This would be better:
SELECT Field1, Field2, Field3 FROM MyTable WHERE Field1 > DATETIME ()
>I haven't used XML yet but I've heard that the files are huge. How does this affect an app when let's say we are getting 500 records into the app? Do you create a file or just create the XML in memory?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform