Home > Contents > Index >
IsError
Tests the
errno
variable for a negative value.Syntax
IsError.Variables.errnoReturns
Returns
true
if theerrno
should be considered an error; returnsfalse
if theerrno
should not be considered an error.Example
<SELECTTO FROM"mytable" LIST="mylist"/> <IF COND="IsError.Variables.errno=true"> <THEN> Oops, theres an error.<br/> </THEN> <ELSE> Im okay, youre okay.<br/> </ELSE> </IF>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.