FireDAC.Phys.IBBase.TFDIBConfig.Database

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBConfig

Delphi

property Database: String read FDatabase write FDatabase;

C++

__property System::UnicodeString Database = {read=FDatabase, write=FDatabase};

Description

Specifies a database file, whose properties need to be set up.

Use the Database property to specify a path for the primary database file, whose properties need to be set up. The path is relative to a DB server.

The path variables are supported.

See Also