Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Permanently deleted..
Message
De
19/10/1999 11:23:01
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
19/10/1999 11:01:46
Larry Santos
Local Data System
Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00278216
Message ID:
00278229
Vues:
18
>hi,
>
>anybody can help me..
>
>I want to delete a record but i dont want to mark it as deleted i want to delete it permanetly...
>
>TIA


Larry,
There is no just one command deletion in fox (AFAIK:).
Then you would need exclusive access + pack.
use mytable exclusive
pack
If you're doing this first time then I advise you to use another way :
select * from myTable where !deleted() into table myClean

Then if you're satisfied with myClean.dbf contents :

use myTable exclusive
zap
append from myClean

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform