plpgsql question

Поиск
Список
Период
Сортировка
От samira
Тема plpgsql question
Дата
Msg-id b0k14n$u02$1@news.hub.org
обсуждение исходный текст
Список pgsql-general
I hope I post at the right place. If not , my apology.

I created the function:

create function get_machine_detail ( smallint) return text as' .....

which works fine when test in the pgAdminII sql window.

I am trying to call this stored proc from delphi 6 ADOstoredproc'
parameter setup  are as follow:

'DataType' = ftsmallint
'direction' = pdinput
value :type smallint

'datatype' = ftstring
'direction' = pdReturnValue
'value:type : unassigned


I get an error stating that 'parameter object is improperly defined'

Any suggestion.
Thanks



В списке pgsql-general по дате отправления:

Предыдущее
От: "Bruno Baguette"
Дата:
Сообщение: ERROR: Unable to transform targetlist (internal error)
Следующее
От: "eric@did-it.com"
Дата:
Сообщение: Re: tsearch comments