Hi all
I have an issue with a query for a really long time and I still don't know why.
My query doesn't have that difficult thing to know about, and it's really simple but on my app on Android always have this error I'm really mad about it because I don't undestand what it means.
heres my query:
SELECT
TableA.ID AS ID,
TableA.Name as Name,
FROM
TableA
LEFT JOIN
TableB
ON
TableA.ID = TableB.IDLoc
WHERE
TableB.IDLoc IS NULL
and here's it's the error this launch me:
The HFSQL security mechanism was triggered while browsing the 'QRY_TESTERROR' file on 'ID' item'.
An error occurred while filling the QRY_TESTERROR view or query:
Error returned by Server IP server:
No browse started for ID item on TableB file.
please help!
--
Best Regards
ARVMensagem modificada, março, 09 2019 - 3:43 PM