What's the right sintax to search for a X(6) format var in Progress 4gl?

Status
Not open for further replies.
P

Pedro Matos

Guest
On the statement below I have an error telling me that attribute type is not compatible with. I consult database properties and this attribute format is x(6). Does anyone know which the right sintax to get it ? P.s. I already tried = '1', EQ 1, EQ '1', = "1" and EQ "1"

FOR EACH bd.tablename WHERE bd.tablename.attribute = "1"

Continue reading...
 
Status
Not open for further replies.
Top