Hi,
I have a problem with executing httpjobs and waiting for them to complete before the next httpjob is executed.
For eg.
1) I query a remote mysql server to get the total records on a database there
2) I then insert x amount of additional records to that remote mysql server
3) I then requery the remote mysql server for another record count.
I have been using the JobDone sub and trying to make it wait for a previous httpjob to complete before the next one is executed. However, this doesnt seem to work correctly.
Has someone got a code example of how to make the httpjobs execute completely in the order required?
Any help would be appreciated.
Regards
I have a problem with executing httpjobs and waiting for them to complete before the next httpjob is executed.
For eg.
1) I query a remote mysql server to get the total records on a database there
2) I then insert x amount of additional records to that remote mysql server
3) I then requery the remote mysql server for another record count.
I have been using the JobDone sub and trying to make it wait for a previous httpjob to complete before the next one is executed. However, this doesnt seem to work correctly.
Has someone got a code example of how to make the httpjobs execute completely in the order required?
Any help would be appreciated.
Regards