boolean=dbIsNoError()
The function gives back true, if no error occured during an operation. If an error occurs the function gives back false.

Parameters
There are no parametres in this function.

Example - Director
global ado
ado.dbOpen(the pathName&"data.mdb", "abc") 
if ado.dbIsNoError() then airPlane=mdb.dbFields()

Example - Authorware
error:=CallObject(ado,"dbIsNoError")