Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Concurrent Users
Message
De
09/01/2002 16:34:55
Clayton Ainsworth
Quickcare Software, Inc.
Frisco, Texas, États-Unis
 
 
À
02/01/2002 22:24:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00600090
Message ID:
00602689
Vues:
22
This message has been marked as a message which has helped to the initial question of the thread.
There is no defined limit on how many different users can virtually access your tables concurrently.

Bearing that in mind, remember, in REALITY, only ONE user at a time can lock the table to perform updates. This lock can be a record-level or table-level lock. If you will have concurrent access to a table you'll need to allow for it in your code by controlling the type of locking used, retry intervals, etc.

See online help Chapter 17 "Programming for Shared Access" for more details.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform