Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need help for BEGIN/END TRANSACTION
Message
 
À
24/07/2000 17:02:38
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:
00396355
Vues:
9
>Upon append, the record shows in the browse.
>After END TRANS, I do a browse and nothing shows. I escape and browse again and then the record is gone.
>
>I do not do tableupdate, because I am not currently using buffering while testing this.
>
>>Try the following code so you can detect where is it that you are loosing your records.
>>
>>USE tablename
>>
>>BEGIN TRANSACTION
>>APPEND FROM temptable
>>browse && do you see your new records?
>>END TRANSACTION
>>browse && do you still see your new records?
>>
>>? tableupdate( 2, .T. )
>>USE
>>
>>USE tablename
>>browse && do you still see your new records?

Larry, try the following:

USE table
MODI STRU, add a field, hit ok
MODI STRU, delete the field, hit ok
Try the append again.
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform