FireDAC.Phys.ASA.TFDASAValidate.Validate
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: FireDAC.Phys.ASA.pas FireDAC.Phys.ASA.hpp
| |
| Unit: FireDAC.Phys.ASA | |
| Parent: TFDASAValidate | |
Delphi
procedure Validate;
C++
void __fastcall Validate();
Description
Starts the validation task.
Use the Validate method to start the validation task on the DB server host using DB tools.
To perform a validation task, an application must specify the ConnectParams property. This is a programmatic method to invoke the dbvalid tool as a thread in the DB server process.
The dbvalid utility helps you validate the indexes and keys of the tables and materialized views in a database. For more details about the dbvalid tool use, see http://infocenter.sybase.com/help/.