FireDAC.Phys.ASA.TFDASAValidate.Validate
Delphi
procedure Validate;
C++
void __fastcall Validate();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Phys.ASA.pas FireDAC.Phys.ASA.hpp |
FireDAC.Phys.ASA | TFDASAValidate |
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/.