RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXConnectionFactory.GetConnectionDriver Method

Gets a TDBXDriver instance for a connection name

Pascal
function GetConnectionDriver(const ConnectionName: WideString): TDBXDelegateDriver; overload;
C++
__fastcall TDBXDelegateDriver GetConnectionDriver(const BSTR ConnectionName);

This method gets the associated TDBXDriver instance for the supplied ConnectionName.

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

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!