FireDAC.Phys.ADS.TFDADSUtility
Delphi
TFDADSUtility = class(TFDADSService)
C++
class PASCALIMPLEMENTATION TFDADSUtility : public TFDADSService
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Phys.ADS.pas FireDAC.Phys.ADS.hpp |
FireDAC.Phys.ADS | FireDAC.Phys.ADS |
Description
The class implementing Advantage table utilities.
Use the TFDADSUtility component to add the database table utilities to an application, such as zap, pack, or reindex a table.
To use an utility, an application should do the following:
- Specify DriverLink, UserName, Password, Database.
- Specify Tables - the list of table names.
- Specify TableType - the table type for a free connection.
- Specify TablePassword - the encrypted tables password for a free connection.
- Call Pack, Zap, or other method.