Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Permanently deleted..
Message
From
19/10/1999 11:23:01
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
19/10/1999 11:01:46
Larry Santos
Local Data System
Philippines
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00278216
Message ID:
00278229
Views:
17
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform