/
roSqliteEvent
roSqliteEvent
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.
, multiple selections available,
Related content
6.1-roSqliteEvent
6.1-roSqliteEvent
More like this
6.1-roSqliteStatement
6.1-roSqliteStatement
More like this
roSqliteStatement
roSqliteStatement
More like this
6.1-roSqliteDatabase
6.1-roSqliteDatabase
More like this
roStreamEndEvent
roStreamEndEvent
More like this
roStreamByteEvent
roStreamByteEvent
More like this