Re: Indexing of Connections
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Sun, 19 Nov 2006 08:14:45 -0500
AK wrote:
I am trying to keep track of my open and closed connections. For
example, if a FileCopy is trying to execute, sometimes I get
connection open error and I need to know what connection (s) it is
(like on some other form that I had previously called) that is
causing the problem.
This cause me to ask if connections made to a DB are indexed or
numbered, and can I get to that "property"? If so, how is that done?
It depends on the database. For example, with SQL Server, one can use the
sp_who2 systmen stored procedure to vies connection info.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- Follow-Ups:
- Re: Indexing of Connections
- From: AK
- Re: Indexing of Connections
- References:
- Indexing of Connections
- From: AK
- Indexing of Connections
- Prev by Date: Indexing of Connections
- Next by Date: Re: Indexing of Connections
- Previous by thread: Indexing of Connections
- Next by thread: Re: Indexing of Connections
- Index(es):
Relevant Pages
|
|