FireDAC.Comp.Script.TFDScriptOptions.DefaultDataPath
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
| Unit: FireDAC.Comp.Script | |
| Parent: TFDScriptOptions | |
Delphi
property DefaultDataPath: String read FDefaultDataPath write FDefaultDataPath;
C++
__property System::UnicodeString DefaultDataPath = {read=FDefaultDataPath, write=FDefaultDataPath};
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.