Click here to Skip to main content
15,924,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I created 1o sub job of the parent job id...
i display the status of all the job when click the link of parent job id in grid view...when i click parent id it display the all the sub job of the parent job id...

i have to perform some action if all sub job submitted flag true ...if any of the job not submitted i cant do my work ...how to check my all sub job submitted...
Posted
Updated 13-Nov-11 23:42pm
v2

1 solution

Use CURSOR[^] or its alternatives(WHILE loop, User Defined Functions, Temp table, Table variables, etc.,)

Check this answer
CURSOR & its alternatives[^]
 
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