RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXConnectionFactory.GetDriver Method

Returns TDBXDriver instance for a driver name

Pascal
function GetDriver(const DriverName: UnicodeString): TDBXDriver; overload;
C++
__fastcall TDBXDriver GetDriver(const UnicodeString DriverName);

This method returns a TDBXDriver instance for the DriverName parameter.

Note: Call TDBXDriver.Free when the returned value is no longer needed.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!