Subject | Multiple Connections |
---|---|
Author | John W. (Jack) Cane |
Post date | 2013-10-21T10:44:53Z |
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
Best,
jwc
from iMac