EPUB | CHM | PDF

TBDE2PSQLDAC.Properties.SourceConnection

Top Previous Next

Specifies TCustomConnection component for which migration should be implemented.

Syntax:

property SourceConnection: TCustomConnection;

Description:

If set to existing object then only those table, query and stored procedure components will be processed which assigned to this connection. Other components will be ignored. If you want to proceed with all components set this property to nil (leave it empty in Object Inspector).

You may want to execute migration step by step for each connection component on the form.