Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shared Access
Message
 
 
À
29/02/2000 09:26:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00339052
Message ID:
00339072
Vues:
20
>I have an application running across an NT Network. Each user is running the software/tables etc.etc. from one location on the server.
>
>How can I allow the users to access the same record at the same time without the record locking, I am using views to access the tables with table buffering.
>
>Thanks
>Kev

If you are using views, then you are also using optimistic buffering. Therefore, there are no locks placed on the base table's records until a Tableupdate() is issued. The views that are created are actually temp files created in each user's getenv('temp') directory. These views are actually opened exclusively. However, this is not an issue and has absolutely no effect on the base table[s] that the view is derived from.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform