Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting from a Cursor into an external .dbf
Message
De
06/04/2004 12:11:44
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
06/04/2004 11:40:25
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00892627
Message ID:
00892654
Vues:
14
>TRANSACT isn't included in my project though and I am not sure if I want it to be. There are some production machines that get their data from the tranact table and I don't want to accidentally lock it or anything.

You have to be able to refer to the transact table in code, or you won't be able to write to it at all. It doesn't have to be in the project manager.

To minimize locking, try this...

SELECT YOURCURSOR
SCATTER MEMVAR MEMO
INSERT INTO TRANSACT FROM MEMVAR
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform