TYPE MonitorDBStatus : STRUCT
This structure reports the actual status of DB in use
InOut:
|
Name
|
Type
|
Comment
|
DBType
|
EDBType
|
the Db type in use
|
activeIndex
|
EDBActiveIndex
|
The identifier of the used index the cursor uses
|
iError
|
INT
|
The error code coming from sqlite
|
sFunction
|
STRING
|
The function where the error happened
|
iAction
|
INT
|
The action in the function, where the error happened
|
|