Hi, is it necessary to open multiple connections if you have an application that can run 2 or more concurrent SQL's or will the one connection be able to handle this? The database that is being queried/updated is Oracle8i.
Ta.
C
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.