Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing data thru tiers
Message
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:
01006837
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform