Subject Multiple Connections
Author John W. (Jack) Cane
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