Click here to Skip to main content
16,019,251 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
using asp.net in data acesses layer i called execurenonquery my store procedure takes 10 min so , i want to get my cursor back before execution of my SP for another operation , because i will update a Status flag after my SP execution so when ever i want to check my wheather SP excuted succesfully i will check flag in DB .

even if giving problem Connection time out.

thanks
karthik
Posted
Updated 18-Oct-11 22:27pm
v3

make your problem more clear , its not understandable ...
 
Share this answer
 
try to update your flag status inside sp.
and 10 min is too long for a db execution process. u should takedown the execution time.
 
Share this answer
 
Comments
karthikkushala 23-Oct-11 12:09pm    
yes i will update but how my cursoer come back with out executing complete SP

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