You are not logged in.
with SQLite I've found that in order to combine MATCH queries UNION has to be used instead of OR. This has the side affect that the field names returned to TSQLTable also include the table name in the form: tableName.fieldName which breaks TSQLTable.IDColumnHide.
I can get round this by using 'select ... as ...' but would it be worth putting in a feature request for the IsRowID function to be extended to handle these cases?
Offline