S
Serg
I am using MSSQL2000+sp3 and Framework_1.1
In my application i do first temp connection to do some checks after that
disconnect temp connection and do normal connection. But after calling
OleDbConnection.Close() connection on sql server is not closed immediately.
Immediately after OleDbConnection.Close() I check OleDbConnection.State it
is closed.
But "select * from master..sysprocesses" returns to me that my connection in
sql server is still opened. It is disappeared from master..sysprocesses
after ~1 minute.
What shoud i do to get sql connection closed immediately?
In my aplication there is an algorithm that accesses master..sysprocesses
and do some checks. It is not working during the first minute.
Thanks in adv
Serg
In my application i do first temp connection to do some checks after that
disconnect temp connection and do normal connection. But after calling
OleDbConnection.Close() connection on sql server is not closed immediately.
Immediately after OleDbConnection.Close() I check OleDbConnection.State it
is closed.
But "select * from master..sysprocesses" returns to me that my connection in
sql server is still opened. It is disappeared from master..sysprocesses
after ~1 minute.
What shoud i do to get sql connection closed immediately?
In my aplication there is an algorithm that accesses master..sysprocesses
and do some checks. It is not working during the first minute.
Thanks in adv
Serg