DBErrorMessage

Description

Reports the database-specific error message that triggered the DBError event.

Syntax

PowerBuilder

string dwcontrol.DBErrorMessage ( ) 

Returns

Returns a string whose value is a database-specific error message generated by a database error in dwcontrol. Returns the empty string ("") if there is no error. If dwcontrol is NULL, the method returns NULL.