Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing data thru tiers
Message
From
20/04/2005 14:42:27
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01006658
Message ID:
01006677
Views:
20
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform