Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Problema al ejecutar funciones


  • From: "Karina J." <jc(dot)karina(at)gmail(dot)com>
  • To: pgsql-es-ayuda(at)postgresql(dot)org
  • Subject: Problema al ejecutar funciones
  • Date: Tue, 29 Jul 2008 17:46:25 -0400
  • Message-id: <da4cba860807291446w178f4d38i70bd9a4035283dee(at)mail(dot)gmail(dot)com>

Hola a todos, soy nueva en esto de funciones en postgres y bueno, tengo problemas con una función, no sé q sucede pero me sale el sgte error:

ERROR:  function actualizar_detalleformularioinstalacion(bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, bigint, integer, integer, integer, integer, integer, integer, integer, integer, integer, bigint, bigint, bigint, bigint, bigint, "unknown", "unknown", bigint) does not exist
LINE 1: SELECT actualizar_detalleformularioinstalacion (121000003400...
               ^
HINT:  No function matches the given name and argument types. You may need to add explicit type casts.


Ya hice varias funciones para la misma base de datos, pero por alguna razón, éste y otro similar no funcionan

Los datos q intento ingresar, son enviados desde código java:

SELECT actualizar_detalleformularioinstalacion (1210000034000, 1121000000000, 12120000000000000, 1120000000069, 27094000000860, 26049000000250, 26049000000181, 26049000000228, 26049000000323, 26049000000004, 25049000000171, 25049000000335, 25049000000202, 29049000000005, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1069000000001, 1073000000001, 122000000000111, 100000000000000, 25049000000332, 'Incompleto', 'Nro 12po', 112101000000101)

Y la función es la sgte:

CREATE OR REPLACE FUNCTION actualizar_detalleformularioinstalacion(iduus int8, idmdi int8, idmdiprovi int8, idmfi int8, idsfo int8, contrabr int8, cable int8, conec int8, deri int8, etiq int8, presi int8, perno int8, tuerca int8, otro int8, cantcontra int2, cantcable int2, cantcon int2, cantderi int2, cantetiq int2, cantpres int2, cantperno int2, canttuerca int2, cantotro int2, idmfa int8, idsplr int8, idmabra int8, cant int8, idmaperno int8, estador "varchar", obs "varchar", idtablamdi int8)


Ayuda por favor!!!!!!!!!11

--
Saludos,
Karina



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group