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 ado
ado.dbOpen(the pathName&"data.mdb", "abc")
error=ado.dbErrorMsg()
if error="" then airPlane=ado.dbFields()
Example - Authorwareerror:=CallObject(ado,"dbErrorMsg")