TConnection question

Hello

I have a question regarding pooled TConnection objects:

What happens if I try to reuse such an object after the database has been stopped and started again or the database server has been restarted.

Will I get an exception or will the TConnection object try to reconnect to the stated database ?

I am not quite sure about the behaviour (different tests, different results) ?

Can anyone please help me?

Thanks in advance

Andreas Homfeldt
Deutsche Bausparkasse Badenia AG
Informatik Service - MAT

As TConnection objects do not hold the physical connection to the database, it should be no problem to use them again after the database server has been stopped and restarted.

Christian Gengenbach
Software AG - Product Development