PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → [WM20] ID issues with a Query
[WM20] ID issues with a Query
Started by ARV, May, 12 2018 6:28 PM - No answer
Registered member
498 messages
Popularité : +8 (8 votes)
Posted on May, 12 2018 - 6:28 PM
I have an issue with a query I want to know what I have con a Classic that the C/S doesn't have but when I execute my query theres an error on Android

like this

Error returned by <!s!> server:
No browse started for <ID> item on <TableCliente> file.
the <!s!> file comes from a different analysis.

SELECT
*
FROM
TableALocal
LEFT JOIN
TableAServer
ON
TableAServer.ID = TableALocal.ID
WHERE
TableAServer.ID IS NULL