TOracleScript: how to get "show Errors"

NWinkler

Member
Hi,

I'm using TOracleScript i.e. for creating a Trigger.
If the trigger-script is buggy I get:
Warning: Trigger created with compilation errors
In SQL+ I'm using "Show Errors" to get the script errors.
Ho to do this while using TOracleScript.
OnError doesn't help
Thanx NW
 
For compilation errors you will need to query the user_errors or all_errors view. The SHOW ERRORS command is not supported by the TOracleScript component.
 
Back
Top