Check if query can be run

mischa

Registered User.
Local time
Today, 03:27
Joined
Jul 25, 2013
Messages
63
Is there a way to check if a series of action queries can be run (without any error) before actually running the queries?
 
I've never seen a built in way to do this. You would need to work out exactly what causes the errors (if its always the same thing), then test for something that indicates they are about to happen e.g. all the field names you expect to exist in a particular table actually do.
 

Users who are viewing this thread

Back
Top Bottom