Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px

This event object is returned when a RunBackground() operation is called by the associated roSqliteDatabase object.

ifSqliteEvent

GetTransactionId() As Integer

Returns an integer that matches the result of the originating RunBackground() operation.

GetSqlResult() As Integer

Returns the result code returned by the roSqliteStatement.Run() method. The possible return values are identical to the Run() method:

  • 100: Statement complete

  • 101: Busy

  • 102: Rows available

...

...

This method can be used as the asynchronous alternative to the Run() method.

Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px