Subject | Re: [IBO] TIBODatabase vs TIB_Connection |
---|---|
Author | Jason Wharton |
Post date | 2010-11-04T21:59:12Z |
There is no disadvantage in the areas you are dealing with.
I am not aware of a specific article written to address this.
Jason
I am not aware of a specific article written to address this.
Jason
----- Original Message -----
From: "jackdmason" <jackmason@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, November 04, 2010 2:18 PM
Subject: [IBO] TIBODatabase vs TIB_Connection
> 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