1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

SQL Progress column not found

Discussão em 'StackOverflow' iniciado por fdantas, Julho 24, 2017.

  1. fdantas

    fdantas Administrator Moderador

    I have this query:

    SELECT spechist.item,image."image-path",image."image-item",image."image-source"
    FROM PUB.spechist left outer join PUB.image on (image."image-item"=spechist.item)
    WHERE (spechist."photocard-display"=yes) AND (spechist."rec-type"='I') and (spechist.item='111')


    For some reason I get this error when i run the query:

    error message

    [MERANT][ODBC PROGRESS driver][PROGRESS]Column not found/specified (7520)

    When I remove the following from the query it runs fine:

    WHERE (spechist."photocard-display"=yes) AND (spechist."rec-type"='I') and (spechist.item='111')


    I know for a fact those columns are in the table. What am I doing wrong?

    Thanks

    Continue reading...

Compartilhe esta Página