Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need help for BEGIN/END TRANSACTION
Message
 
À
24/07/2000 16:28:27
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00396315
Message ID:
00396424
Vues:
11
Larry,

Here's the code I tried;
USE Junk
CursorSetProp("Buffering",5,"Junk")

BEGIN TRANSACTION
APPEND FROM Junk1
TableUpdate(2,.F.,"Junk")
END TRANSACTION
This code works and the new records are in Junk.dbf after the END TRANSACTION. Keep in mind that transactions ONLY work for tables that are in a Database. The Table being appended into must in a database. Also note the setting of buffering and the tableupdate()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform