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 mdb
mdb.dbOpen(the pathName&"data.mdb", "abc") 
if mdb.dbIsNoError() then airPlane=mdb.dbFields()

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