G
Gina L. Hernandez
Hello:
I have a WEB application written in ADO.NET. From this application I open
connections to AS/400 database and my SQL Database, my ADO.NET application
and the databas share the same server, the question is what is more
efficient to open , uses and then close a connection for every stored
procedure I need to execute or open just a connection for everyuser and keep
this connection open until the user log out?. My system is an inventory
system, so once the user is logged in the system, many requirements are
gonna be sent to the server, as WEB requirements and sql requirements
trying to select/update/delete records in my tables.
Thanks for your help
I have a WEB application written in ADO.NET. From this application I open
connections to AS/400 database and my SQL Database, my ADO.NET application
and the databas share the same server, the question is what is more
efficient to open , uses and then close a connection for every stored
procedure I need to execute or open just a connection for everyuser and keep
this connection open until the user log out?. My system is an inventory
system, so once the user is logged in the system, many requirements are
gonna be sent to the server, as WEB requirements and sql requirements
trying to select/update/delete records in my tables.
Thanks for your help