E
Earl
After I run the debugger awhile on the same app (change, run, change, run,
etc. ad nauseaum), I start getting timeout errors on connection. I'm
speculating that the connection pool is being used up at some point. I am
taking the obvious step of making sure connections are closed after they are
used, so I'm wondering if the garbage collector or the IDE is keeping
connections alive although I've closed them? Any way to check the number of
available connections or the "pool" count? Anything peculiar about
SQLExpress that might be causing this (I've always used SQL2000 in the past
and this is the first time I've seen a timeout issue)?
etc. ad nauseaum), I start getting timeout errors on connection. I'm
speculating that the connection pool is being used up at some point. I am
taking the obvious step of making sure connections are closed after they are
used, so I'm wondering if the garbage collector or the IDE is keeping
connections alive although I've closed them? Any way to check the number of
available connections or the "pool" count? Anything peculiar about
SQLExpress that might be causing this (I've always used SQL2000 in the past
and this is the first time I've seen a timeout issue)?