Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Big big problems
Message
 
À
17/11/2003 13:31:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00850709
Message ID:
00850746
Vues:
10
>Ok im working for a company that use the foxpro program on terminal server.
>
>
>I made a few changes to the program, but know only one person can access the program. The first one to access , lock the table wscie and the other cannot access this table.
>
>So the only place where i change for this table is in the main prg.
>I put this two line
>
>
>SELECT TOP 1 db_version FROM wscie ORDER BY db_version INTO ARRAY PRG_VERSION
>SELECT TOP 1 NB_PER_GL FROM wscie ORDER BY NB_PER_GL INTO ARRAY NBPERIODGL
>
>So i imagine that the table stay open.So how can i arange this problem ?

Before running this code, add:
SET EXCLUSIVE OFF
SET MULTILOCKS ON
Jaime
Why do programs stop working correctly as soon as you leave the Fox?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform