[fpc-pascal] Re: Firebird Connection documentation: suggestions?remarks?

Ludo Brands ludo.brands at free.fr
Tue Nov 22 10:11:08 CET 2011


> Still don't understand what the 
> TIBConnectionDef/TConnectionDef class is used for? Actually, 
> I don't understand registering/unregistering connections. 
> SQLDB maintains a connection list with connections, but what 
> happens with that/what do you use it for? Some kind of 
> connection pooling?
> 

It is used in the generic TSQLConnector. When you specify the ConnectorType
it checks this value against the registered TXXXConnectionDef.TypeName and,
if it matches, uses the corresponding TXXXConnection. 

Ludo




More information about the fpc-pascal mailing list