FireDAC.Phys.ADS.TFDADSUtility
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: FireDAC.Phys.ADS.pas FireDAC.Phys.ADS.hpp
| |
| Unit: FireDAC.Phys.ADS | |
| Parent: FireDAC.Phys.ADS | |
Delphi
TFDADSUtility = class(TFDADSService)
C++
class PASCALIMPLEMENTATION TFDADSUtility : public TFDADSService
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.