When i Connect to the mysql database there is one process created and when the query gets executed then the mysqlconnection thread remains sleeping..
i want to kill that sleeping thread....
how can i do this thing??
do you use
using( connection...)
{
//execute query
}
?
no sir.
i am not using this code...
so please use ;-)
sir i tried the way you told by "using"
but thread doesn't gets killed...