To get a return value from ociexecute

admin

Administrator
Staff member
how can I find that if the ociexecute() was successful?
for exp:
$stmt=ociparse($conn,$sql) or die;
ociexecute($stmt)

but 'ORA-00942: table or view does not exist' was showed,I know the table does not exist,but I don't wanna c this message in IE,but jump to a Error page to show this one,it means that I must get the err msg before the ociexecute,how to get the msgs?
 
Back
Top