Subject TIBODatabase vs TIB_Connection
Author jackdmason
We have been using TIBODatabase for quite a few years. There is a note under TIBODatabase that indicates the preferable tool is TIB_Connection after we get ready to handle the connection ourselves. We are getting some dropped database connections and wanted to just reconnect to the database. Rather than
just blindly continue with TIBODatabase,

1. What are the advantages of moving to TIB_Connection?
2. What do we have to do differently?
3. Is there documentation somewhere that will cover questions 1 & 2?

Thanks