[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Unregister a registered connection type
Source position: sqldb.pp line 737
procedure UnRegisterConnection( |
Def: TConnectionDefClass |
); |
ConnectionName: string |
); |
Def |
|
The connection type definition to unregister. |
ConnectionName |
|
The name of the connection type definition to unregister. |
UnRegisterConnection will unregister the connection Def. If a connection with ConnectionName or with name as returned by the TypeName method from Def was previously registered, it will be removed from the list of registered connection types.
if Def is Nil, access violations will occur.
|
Connection type definition class |
|
|
Register a new connection type for use in the universal connector |