Hi all,
I was wondering if there was a way to execute queries only if queries before them were valid and successfull without using transactions?
Example:
I have three queries, 1, 2 and 3.
Execute 1, then 2, then 3 but whoops... 3 is an invalid query, go back and undo 1 and 2.
I have a feeling i'm missing something rather simple and obvous....
Thanks for your time,
Billy
I was wondering if there was a way to execute queries only if queries before them were valid and successfull without using transactions?
Example:
I have three queries, 1, 2 and 3.
Execute 1, then 2, then 3 but whoops... 3 is an invalid query, go back and undo 1 and 2.
I have a feeling i'm missing something rather simple and obvous....
Thanks for your time,
Billy