Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
HelloI 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 advanceAndreas HomfeldtDeutsche Bausparkasse Badenia AGInformatik 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 GengenbachSoftware AG - Product Development