Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shared tables
Message
De
19/10/2004 15:43:04
 
 
À
19/10/2004 15:11:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00952755
Message ID:
00952775
Vues:
10
Mohammed,

to be able to share tables, SET EXCLUSIVE OFF is enough. Also remember that if you need to use the same file more than once in the same program, you must remeber to use AGAIN, like USE msrt IN 0 AGAIN..

And DELETE only deletes the current record, I guess you are thinking of ZAP? Remeber to USE the table EXCLUSIVE before you zap it.

>hi all,
>
>to let all tables sharing (many users) can i do that under
>
>SET EXCLUSIVE off  && this what i need for all tables  or i need somthing else
>
>use mstr in 0
>
>use trans1 in 0
>
>use book1 in 0
>
>
>use book2 in 0
>*zap
>
>use temp in 0
>delete                && is that mean delete all recordst, just (temp) this is what  i need,any idea
>
>
>thanks
>
>m.qasem
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform