Re: Oh no, otro problema no reconoce tipo de dato

From: josue <josue(at)lamundial(dot)hn>
To: Rubén Luna <rpgsql(at)gmail(dot)com>
Cc: pgsql-es postgresql <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Oh no, otro problema no reconoce tipo de dato
Date: 2005-08-29 14:44:37
Message-ID: 43131F55.6060506@lamundial.hn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Rubén Luna wrote:

> ESTO EJECUTÉ :
> select * from c_insertar_carpeta ('0300212235-8',0,'1358884-6',0)
>
> ERROR: function c_insertar_carpeta("unknown", integer, "unknown", integer)
> does not exist
> HINT: No function matches the given name and argument types. You may need to
> add explicit type casts.

Parece que los parametros 1 y 3 deben ser explicitamente convertidos
altipo de dato que tu funcion espera, ¿ Como va la linea que define tu
funcion (CREATE FUNCTION) ?

--
Sinceramente,
Josué Maldonado.

... "La estabilidad de los humanos es relativa a la medida con que el
cambio les afecte."

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Mauricio Zea (Gmail) 2005-08-29 14:54:45 Re: Intalacion de postgre en win98
Previous Message josue 2005-08-29 14:35:38 Re: Intalacion de postgre en win98