Ver Mensaje Individual
  #2  
Antiguo 24-01-2007
Avatar de ArdiIIa
[ArdiIIa] ArdiIIa is offline
Miembro Premium
 
Registrado: nov 2003
Ubicación: Valencia city
Posts: 1.481
Reputación: 22
ArdiIIa Va por buen camino
En Ibphoenix existe el siguiente texto:

Cita:
Input parameters provide a way to pass values that are used to modify the procedure’s behavior from the client application to the procedure. For example, if the purpose of the procedure is to compute the total monthly payroll for a department the department number would be passed to the procedure as an input parameter. Output, or return, parameters provide a way for the procedure to return information to the client applications. In this example the total monthly payroll for the department could be returned in an output parameter. A parameter can have any InterBase data type except BLOB or array.
Lo que viene a decir... es que en los procedures NO se pueden pasar parámetros tipo blob o array. De hecho hay herramientas de diseño de bases de datos, que cuando estás confeccionando "visualmente" un procedure, te ofrecen cualquier tipo menos los citados, a la hora de introducir los parámetros. Es más, si tu compilas el procedure, aparentemente, se compila bien, pero a la hora de ejecutarlo es cuando salta el error.
__________________
Un poco de tu generosidad puede salvar la vida a un niño. ASÍ DE SENCILLO
Responder Con Cita