Icon TEDBDatabase

Unit: edbcomps

Inherits From TCustomConnection

Use the TEDBDatabase component to manage a database within an application. You may have multiple TEDBDatabase components referring to the same database and they will share the same transaction status, etc.

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


Image