string=dbErrorMsg()
The function gives text of the error that occured when working with the database. If the operation ran correctly, it gives an empty chain.

Parameters
There are no parametres in this function.

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

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