Re: How to permanent delete record in delphi 3?


Posted by Jean Claude Servaye on September 11, 2000 at 20:37:33:

In Reply to: How to permanent delete record in delphi 3? posted by Tien Ho Van on September 11, 2000 at 19:14:37:

Open the table in exclusive mode and
do this

DBIPackTable(TableXX.DbHandle,
TableXX.Handle,
nil,
szDBASE,
TRUE);

More info in BDE help in C:\Program Files\Common Files\Borland Shared\BDE




Related Articles and Replies: