This topic is locked

Php error happened

5/30/2007 5:57:15 AM
PHPRunner General questions
D
dcrera author

Hi,
Is there any way to improve the message when an errors occurs
eg ociexecute() [function.ociexecute]: ORA-00001: unique constraint (ELLIPSE.SYS_C0027018) violated
The SQL Query displays the query from the base table and not the actual offending table.
Thanks

Alexey admin 5/30/2007

Hi,
this message is produced by Oracle database.

To display custom messages modify add_error_handlerand edit_error_handlerfunctions in ..._add.phpand..._edit.phpfiles.