Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL SELECT CREATION OF TEMP.DBF'S
Message
 
 
À
01/10/1996 15:07:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00009011
Message ID:
00009067
Vues:
29
>cursors created by SELECT SQL are read-only - u can
>make them r/w by USEing AGAIN (see tip in VFUG tips section)
> if you need them shared over the network you should make sure the temp/work files are created in a network shared directory

When you do the SELECT INTO TABLE (rather than INTO CURSOR) does that not create a read-write free table that can be shared like any other? This technique has worked OK for me. However, I do think that once you issue the SELECT and the table is created, if you want to share it, you need to close it, then reopen it in shared mode.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform