hi
i have created a procedure in database it contains the while loop. now i want to call that procedure using asp.net i have created a code but i does not work it gives an error of connection timeout. can somebody tells me what i need to do.
Loading
Vipul KelkarPosted Oct 28, 2011, 5:28 AM
might be that the stored proc is taking more time to execute than the connection timeout time set for the database. you could just check this by increasing the timeout value in the connection string