FireDAC.Comp.Script.TFDScriptOptions.DefaultDataPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultDataPath: String read FDefaultDataPath write FDefaultDataPath;

C++

__property System::UnicodeString DefaultDataPath = {read=FDefaultDataPath, write=FDefaultDataPath};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

Description

Specifies the default path to the data files for the COPY command.

Set the DefaultDataPath property to a folder with the text data files that are used by the COPY SQL script command. If the COPY command has the text data file without a path specified, DefaultDataPath is used as a path.

See Also