Data.DBXCommon.TDBXConnectionFactory.GetDriver
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXConnectionFactory | |
Delphi
function GetDriver(const DriverName : string) : TDBXDriver; overload;
C++
TDBXDriver* __fastcall GetDriver(const System::UnicodeString DriverName)/* overload */;
Description
Returns TDBXDriver instance for a driver name.
This method returns a TDBXDriver instance for the DriverName parameter.
Note: Call TDBXDriver.Free when the returned value is no longer needed.