FireDAC.Phys.ODBCBase.TFDPhysODBCBaseDriverLink.ODBCAdvanced

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ODBCAdvanced: String read FODBCAdvanced write FODBCAdvanced;

C++

__property System::UnicodeString ODBCAdvanced = {read=FODBCAdvanced, write=FODBCAdvanced};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ODBCBase.pas
FireDAC.Phys.ODBCBase.hpp
FireDAC.Phys.ODBCBase TFDPhysODBCBaseDriverLink

Description

The ODBC driver common parameters.

Use ODBCAdvanced to specify the ODBC driver parameters. The specified ODBC driver parameters will be used by all the connections through this FireDAC driver. The parameters can be overridden at the connection level.

See Also