Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing values between procedures

Status
Not open for further replies.

FatalExceptionError

Technical User
Apr 10, 2001
100
US
I have a procedure that has to run every minute. It queries data based on the time among other things. In case an error occurs in operation of the procedure and a minute or two (or more) get skipped i need to get the data within the time frame that execution failed. Is there a way to pass data between the same procedure. I need the last successful time to be passed to the next successful execution.

=======================================
The statement below is true
The statement above is false

There are 10 kinds of people, those who know binary and those who don't
 
Is ProcessInfo a table I create or is it one available specifically for things like this.

=======================================
The statement below is true
The statement above is false

There are 10 kinds of people, those who know binary and those who don't
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top