Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete with Remote Views and base tables in VFP
Message
 
À
22/04/2003 14:57:50
Carla Silva
Http - Produtos Informaticos, Lda.
Odivelas, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00780281
Message ID:
00780289
Vues:
11
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform