Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete with Remote Views and base tables in VFP
Message
 
To
22/04/2003 14:57:50
Carla Silva
Http - Produtos Informaticos, Lda.
Odivelas, Portugal
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00780281
Message ID:
00780289
Views:
12
>Hello,
>
>My application is a Client-Server (VFP 6.0)
>I`m using Remote views to insert\update\delete records in free tables (.dbf) through ODBC with microsoft visual foxpro driver.
>
>When I delete a Record in VFP this record is marked for deletion and not eliminated, remote views ignore SET DELETED ON, so when i insert a record with the same index key i have a duplicate message.
>
>How can i avoid this without using command PACK.
>
>Thanks
>Carla
Delete marks the record to be deleted from the view. You need to issue TableUpdate() after deleting the record in the view to actually delete the record from the table.
Hector Correa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform