RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLConnection.GetDriverFunc Property

Specifies the function that returns the top-level dbExpress driver.

Pascal
property GetDriverFunc: string;
C++
__property AnsiString GetDriverFunc;

GetDriverFunc is the name of a function in the dbExpress driver specified by the LibraryName property. The specified function returns the top-level dbExpress interface. Typically, this property is set to the function name that is stored in the dbxdrivers.ini file.

Note: The GetDriverFunc, LibraryName, and VenderLib properties all reflect the values in the dbxdrivers.ini
file. Because these property values are published (stored with the connection component), it is possible to deploy an application without deploying the dbxdrivers.ini file.  

 

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