> 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

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to