Hi,
How can I permanently delete a recordset in .dbf format instead of marking it for deletion, without having to write a procedure to do it, which will involve copying the file?. I tried using the updatebatch method but did not work.
I am using VB6, and I know that in Clipper and in Visual Foxpro you can issue a function Zap, which will remove the marked for deletions record.
Thanks for your help.
How can I permanently delete a recordset in .dbf format instead of marking it for deletion, without having to write a procedure to do it, which will involve copying the file?. I tried using the updatebatch method but did not work.
I am using VB6, and I know that in Clipper and in Visual Foxpro you can issue a function Zap, which will remove the marked for deletions record.
Thanks for your help.