PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM20] ID issues with a Query
[WM20] ID issues with a Query
Débuté par ARV, 12 mai 2018 18:28 - Aucune réponse
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 12 mai 2018 - 18:28
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