Data.SqlExpr.TConnectionData.DriverName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DriverName: string read GetDriverName write SetDriverName;

C++

__property System::UnicodeString DriverName = {read=GetDriverName, write=SetDriverName};

Properties

Type Visibility Source Unit Parent
property published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TConnectionData

Description

Specifies the driver name of the connection.

Use the DriverName property to get or set the name of the driver for the current SQL connection.

See Also