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.
ParametersThere are no parametres in this function.
Example - Director
global mdb
mdb.dbOpen(the pathName&"data.mdb", "abc")
error=mdb.dbErrorMsg()
if error="" then airPlane=mdb.dbFields()
Example - Authorwareerror:=CallObject(mdb,"dbErrorMsg")