PDA

View Full Version : dbt help


boolean
10-28-02, 12:42
how can records from a dbf be removed as a batch using DBF and ensure that the data in the DBT are adjusted accordingly?

thanks

IGelin
10-28-02, 14:49
In FoxPro you can use commands Delete and Pack to accomplish such functionality.

ZAP Command removes all records from a table, leaving just the table structure.

HTH, Igor