Get the error generated by the XML translator. | |
Syntax: | SCODE = object.LastError ( errorString ) |
Parameters: |
errorString
As BSTR* - The text of the error
message
|
Description: | xmlt.LastError gets the error code and
string from the last database error. Always returns S_OK. Example Dim errorString As String i = xmlt.LastError(errorString) MsgBox "Error string = " + errorString |