Online Documentation for Advanced Data Import for RAD Studio VCL

TADO_QImport3Access.SourceType

 

TADO_QImport3Access                


 

type TQImportAccessSourceType = (isTable, isSQL);

 

property SourceType: TQImportAccessSourceType;

 

Description

The SourceType property defines if data are imported from the Access table specified by the TableName property, or from the result of the query defined by the SQL property.

 

 


See also:

SQL property

TableName property