Icon TDBISAMDatabase

Unit: dbisamtb

Inherits From TCustomConnection

Use the TDBISAMDatabase component to manage a local or remote database within an application. A database serves as a container for tables and allows for transaction control for multiple table updates as well as easy online backup and restore of all tables contained within it.

Information Explicit declaration of a TDBISAMDatabase component for each database connection in an application is optional if the application does not need to explicitly control that database. If a TDBISAMDatabase component is not explicitly declared and instantiated for a database, a temporary TDBISAMDatabase component with a default set of properties is created for it at runtime.

Also, you may have multiple TDBISAMDatabase components referring to the same local or remote database and they will share the same transaction status, etc.

Image