So, there would be no reason to open a new conection object in a seperate module if a connection was already opened at application login time, ie. Form1 opens from login and establishes a connection to Oracle. The user then triggers queries and updates from this form but can also simaltaneously launch Form2 which then triggers a different batch of SQL's and transaction processing. Obviously both SQL's are on the same DB. Would there be any performance gains in opening a new connection considering the above?
Thanks,
C