B
Brian
If i declare a module level oledbconnection with each
request for the page, the variable remains in scope? I get
open.executing error message on subsequent calls for the
page.
I assumed ASP.Net to be statless and all variables go out
of scope (except session, application) when making new
calls for a page?
Also, what is generally the best practice for creating
database connections for ASP.Net apps?
Thx
request for the page, the variable remains in scope? I get
open.executing error message on subsequent calls for the
page.
I assumed ASP.Net to be statless and all variables go out
of scope (except session, application) when making new
calls for a page?
Also, what is generally the best practice for creating
database connections for ASP.Net apps?
Thx