Default library name.
Source position: sqldb.pp line 836
class function TConnectionDef.DefaultLibraryName: string; virtual; |
Name of the library to load.
DefaultLibraryName should be set to the default library name for the connection. This can be used to let SQLDB automatically load the library needed when a connection of this type is requested.
|
Library loading function prototype. |
|
|
Connection type definition class. |
|
|
Library unloading function prototype. |