Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help for BEGIN/END TRANSACTION
Message
From
24/07/2000 17:02:38
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00396315
Message ID:
00396346
Views:
10
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?
L.A.Long
ProgRes
lalong1@charter.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform