How to Prevent Data Loss and Corruption in Databases

Posted December 15th @ 4:59 pm by m3Rlin

If you are using a local database (i.e. dBase or Paradox) then you probably ale have the BDE setting “LOCAL SHARE” set to false, which does not save changes to databases after they are modified immediately. The changes are kept in memory and saved later. In other words - cached.
This usually helps speed up database [...]