Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing data thru tiers
Message
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:
01006837
Views:
15
Hi Roy,

>What are your opinions/options on passing data between tiers? (tiers could be foxpro and non-foxpro)

If both tiers are written in VFP and are not using COM, the fastest way would be to pass just the alias name, or table name, if it's across a datasession. For local VFP COM servers, you could keep data in a temporary table instead of a cursor and then pass the name of the table. Especially with huge amounts of data that's much faster than converting data into some sort of stream (XML, arrays) and pass them through COM.
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform