Click here to Skip to main content
15,898,943 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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.
Posted
Comments
Uday P.Singh 28-Oct-11 4:10am    
can you post your code?
RaviRanjanKr 28-Oct-11 5:31am    
Please be more specific while asking question. we need more information about your question.
Bala Selvanayagam 28-Oct-11 5:38am    
May be your stored procedure takes more time to complete the execution and the client is timingout.

You will have to look ways to optimise, can help you if you could post your stroed procedure

Check whether you have written infinite loop
 
Share this answer
 
HI,

Please check your procedure again.
Check all joins,loops.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900