Setting the Restore Options

From InterBase
Jump to: navigation, search

Go Up to Restoring Databases


The Options property allows you to build restore options of type TRestoreOption into your application. The restore options are:

TIBRestoreService options
Option Meaning

DeactivateIndex

Do not build indexes during restore

NoShadow

Do not recreate shadow files during restore

NoValidity

Do not enforce validity conditions (for example, NOT NULL) during restore

OneRelationATime

Commit after completing a restore of each table

Replace

Replace database if one exists

Create

Restore but do not overwrite an existing database

UseAllSpace

Do not reserve 20% of each datapage for future record versions; useful for read-only databases