Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Runnig SQL while table is updated
Message
De
26/01/2002 11:19:48
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00609907
Message ID:
00611060
Vues:
16
This message has been marked as the solution to the initial question of the thread.
How VFP internally deals with this situation, where and how SQL is performed?
I'm talking about native VFP tables.



As you are talking for native VFP tables, and as I suppose that O: stands for a shared network drive the answer is:
VFP will get whole the data to the client and the processing will be there - on the client machine. The VFP database is nothing than a MetaData about free-tables, so the shared VFP database is nothing than a network shared file.

In other words VFP is not a database server. So If you want processing to take part on the Server machine you may need to create DCOM components that will post you the data, or to upsize to a real database server.
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform