Skip to content

sqlite

Contains the SQLite datatype, which is what you want.

Associated DataTypes

SQLite

Will return the results of your database query, or show the status of a given query.

Members

string status[QueryName]

Current status - Either Active, Success, or Failed

int rows[QueryName]

The number of rows returned for results

string result[QueryName Row ColumnName]

String containing results (or Failed)

int resultcode[QueryName]

Custom SQLite ResultCode, see Result Codes

This TLO is added by MQ2SQLite.