Import files define which objects will be inserted, updated, and/or deleted from the database. Each object to be inserted, updated, or deleted is completely written to the database in a single transaction, so that the database won't be corrupted by object fragments if the operation fails. The standard import file extension is .dat. Before a large import, we recommend backing up your database.
In This Chapter |
Next |