Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting records
Message
 
 
To
06/04/2000 13:23:09
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00356388
Message ID:
00356395
Views:
10
>I use buffered (optimistic table buffering). When a record is deleted, need I issue the following?
>
>begin trans
>tableupdate(.t.)
>end transaction.
>
>I sometimes get "Someone else is using the record...." error message when I know I'm the only user. Other times the record is not deleted at all.
>
>any help is appreciated

How are you deleting the record? By chance by clicking the delete column in a grid?

You still need the tableupdate() to send the delete back to the source table.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform