PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Hyperfile SQL Collation problem
Hyperfile SQL Collation problem
Iniciado por estebanlevi, 22,dic. 2015 03:15 - No hay respuesta
Publicado el 22,diciembre 2015 - 03:15
Is there any way that i can asign by parameter the collation in the join of a windev query?

Example:

SELECT
Costumer.Code AS Code
FROM
Costumer,
Invoice
WHERE
Costumer.Code = Invoice.CostumerCode COLLATE {paramCollation}
AND Costumer.Code = {paramCostumerCode}


p.d. that must be declare on windev´s query editor, if i use HExecuteSqlQuery works fine...