Subject RE: [IBO] Multiple Connections
Author IBO Support List
Jack,
 
This is more or less a Delphi question. I don't think it will be a problem. They are just the names you are giving to variables and as long as you don't have them combined in such a way that they are having a scope conflict there is no problem.
 
Jason


From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of John W. (Jack) Cane
Sent: Monday, October 21, 2013 4:45 AM
To: IBObjects Support
Subject: [IBO] Multiple Connections

Each of several applications will access its own database using TIB_connection, TIB_Transaction and TIB_session objects. I would like to use a common connection method to initialize each of these.

Question: will there be any conflict if they all have the same variable names lie gConn, gTran and gSess? If so, this would greatly simplify my housekeeping process.

Best,
jwc
from iMac