Sahil
Thu Feb 17 13:47:31 CST 2005
You don't need to and you shouldn't either. ADO.NET does all this under the
seams using connection pooling. Just keep creating new instances of the
SqlConnection object.
- Sahil Malik
http://codebetter.com/blogs/sahil.malik/
"new2.NET" <anonymous@discussions.microsoft.com> wrote in message
news:005b01c51525$5ed0c280$a501280a@phx.gbl...
> Hello,
>
> I am learning ADO.NET, so please bear with me.
> Currently, I am coding in VB.NET and running a SQL Server
> 2000. My question is this, how do I use only one
> SQLConnection for multiple web forms? Is this even
> possible?
>
> Thanks in advance,
> -new2.NET