PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Query on table with reserved words as fieldname
Query on table with reserved words as fieldname
Iniciado por kevin, 19,ago. 2015 17:23 - No hay respuesta
Publicado el 19,agosto 2015 - 17:23
Hi,

I've a hyperfile table with a field name/column name of Full, now the generated select statement obviously needs changing as this is a reserved word, I've tried changing the generated line in the generated select statement from;

Tariffs.Full AS FullP,

to

"Tariffs.Full" AS FullP,

or

[Tariffs.Full] AS FullP,

and none of these work, what am I not doing correctly?

Thanks for any help,

Kevin