FireDAC.Phys.ODBCBase.TFDPhysODBCBaseDriverLink.ODBCDriver

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ODBCDriver: String read FODBCDriver write FODBCDriver;

C++

__property System::UnicodeString ODBCDriver = {read=FODBCDriver, write=FODBCDriver};

Properties

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

Description

The ODBC driver name.

Use the ODBCDriver to specify the ODBC driver name. Although the application can assign any value to this property, only drivers of the same family, compatible with the DBMS driver, must be assigned. For example, only SQL Server driver names must be assigned to FireDAC.Phys.MSSQL.TFDPhysMSSQLDriverLink.ODBCDriver.

A ODBCDriver change has effect only before the first connection through this driver. Also, you can use the Release method.

The specified ODBC driver will be used by all the connections through this FireDAC driver. It is impossible to specify a ODBC driver for a connection.

See Also