Dear list,
i am looking for a way to check, whether an DML-statement can be performed on a current database. That means, that i want to check, if e.g. an INSERT is possible or not (due to existing constraints), without executing it.
Any ideas?
Hagen