B
bnob
Im my ASP.net project I do a lot of connection to the SQL Server
Database. I use a global variabe for my connection declare in a module
(VB.Net code behind)
All is ok but when I start a form from the default page it takes 30
seconds to show the resultat of a select request
And when, during this 30 seconds, a another user want open a another
forms from the default page, I have an error : "Connection are already
open"
I think it 's because I use the connection variable globally.
Any idea to use the best way the connection object in a ASP.net project
?
Database. I use a global variabe for my connection declare in a module
(VB.Net code behind)
All is ok but when I start a form from the default page it takes 30
seconds to show the resultat of a select request
And when, during this 30 seconds, a another user want open a another
forms from the default page, I have an error : "Connection are already
open"
I think it 's because I use the connection variable globally.
Any idea to use the best way the connection object in a ASP.net project
?