Is it possible to test a query to see if it will work or not?
I know you can do this with a SELECT easily... as you just need to execute it. However, what about with a DELETE, UPDATE etc.?
I want to be able to return if a query will be successful without making the changes.
I guess in a way, checking the syntax is valid and so on.