Home » HTML » Html miscellaneous » Question
  1. Which error is invoked when SQLTransactionCallback does not execute?
    1. UNKNOWN_ERR
    2. INVALID_STATE_ERR
    3. TIMEOUT_ERR
    4. INVALID_ACCESS_ERR
    5. None of these
Correct Option: B

When SQLTransactionCallback, SQLStatementErrorCallback, SQLStatementCallback does not execute then INVALID_STATE_ERR error is raised. This error is raised from inside a SQLTransactionErrorCallback.



Your comments will be displayed only after manual approval.