FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLReader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDBatchMoveSQLReader = class(TFDBatchMoveSQLDriver, IFDBatchMoveReader)

C++

class PASCALIMPLEMENTATION TFDBatchMoveSQLReader : public TFDBatchMoveSQLDriver

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.BatchMove.SQL.pas
FireDAC.Comp.BatchMove.SQL.hpp
FireDAC.Comp.BatchMove.SQL FireDAC.Comp.BatchMove.SQL

Description

TFDBatchMoveSQLReader is used to directly connect to a DBMS using a TFDConnection component.

Use TFDBatchMoveSQLReader to connect to the DBMS that contains the data to copy using TFDBatchMove.

Set a source table name using the TableName property or set a SQL query returning the source data using the ReadSQL property.

Note: You cannot use TableName and ReadSQL at the same time.

Choose TFDBatchMoveSQLReader as the Reader property of the TFDBatchMove.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLReader&oldid=723723"