From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | Daniel <daniel(dot)delaluz(at)gmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Ayuda con Funcion y C++ |
Date: | 2006-11-17 03:12:04 |
Message-ID: | c2d9e70e0611161912t4648d7b9sb96c24808d0f4b8@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 11/16/06, Daniel <daniel(dot)delaluz(at)gmail(dot)com> wrote:
> Buenas a todos, soy nuevo en esta lista y estoy buscando ayuda, resulta
> que cree una funcion que retorna un valor void, cuando la ejecuto en el
> pgAdminIII en el editor de SQL me manda un error que dice:
>
retorna un valor void? podemos ver la definicion de la funcion?
> ERROR: SELECT query has no destination for result data
> HINT: If you want to discard the results, use PERFORM instead.
> CONTEXT: PL/pgSQL function "funciona" line 2 at SQL statement
> sentencia SQL: «SELECT funciona( $1 , $2 , $3 , $4 )»
> PL/pgSQL function "modifica_pto_dig" line 6 at perform
>
> Este mismo error me da si lo hago dentro del codigo de C++ utilizando las
> librerias libpqxx.
>
> Como puedo hacer para que no me de este error....
>
trata con:
PERFORM funciona(parametro1, parametro2, parametro3, parametro4 )
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | Jaime Casanova | 2006-11-17 04:30:12 | Re: ¿# de tuplas en una tabla? |
Previous Message | Hensa | 2006-11-17 02:13:48 | RE: Totalizar tablas dinamicamente |