Icon Frequently Asked Questions

I accidentally deleted a field while altering the structure of a table, and I need to get the data back. How do I do that ?

DBISAM makes backup copies of all tables when altering the structure of a table and a field is changed, added, or deleted. The backup files have the same root table name but different file extensions for the data (.dbk), index (.ibk), and blob (.bbk) files. Just copy these files to their respective data (.dat), index (.idx), and blob (.blb) file names to restore the original data.
Image