[Fwd: [pgsql-es-ayuda] Problema con ODBC de Postgresql]

From: "Mario A(dot) Soto Cordones" <mario_soto(at)venezolanadeavaluos(dot)com>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: [Fwd: [pgsql-es-ayuda] Problema con ODBC de Postgresql]
Date: 2004-12-21 14:37:36
Message-ID: 59969.200.35.66.77.1103639856.squirrel@mail.venezolanadeavaluos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I i have a sql sentence:

select valoracion.svmame.co_item as codigo,
valoracion.svmame.nb_item as nombre,
public.systab02.nb_tipo as modelo
from valoracion.svmame ,
public.systab02
where valoracion.svmame.id_estado = 'SA' and
public.systab02.co_tipo = valoracion.svmame.co_tipo_modelo
order by valoracion.svmame.co_tipo_modelo, valoracion.svmame.co_item

when the execute from the server side it`s run well, but when the execute
from a client aplication with postgresql odbc say:

ERROR: la referencia a la columna "ctid" es ambigua

the versión of postgrsqlODBC es 7.03.02

please any idea

thank you

Mario Soto

---------------------------(end of broadcast)---------------------------
TIP 5: ¿Has leído nuestro extenso FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Scot Loach 2004-12-21 14:59:41 Re: memory leak in ODBC driver
Previous Message markw 2004-12-21 14:27:20 Re: ODBC driver for Windows & future...