GetLastError()

Syntax:

GetLastError()

Return:

The last database error message.

Remarks:

This function will return the last database error message sent – if any. If you did an ExecuteSQL statement and it returned an error, you could check the error message sent with this function.

image\Script_Button.jpgExamples