Re: More on "What am I doing wrong!"

Поиск
Список
Период
Сортировка
От Wm. G. Urquhart
Тема Re: More on "What am I doing wrong!"
Дата
Msg-id Pine.LNX.4.44.0205181810240.1517-100000@mailer.wurquhart.co.uk
обсуждение исходный текст
Ответ на More on "What am I doing wrong!"  ("Wm. G. Urquhart" <wgu@wurquhart.co.uk>)
Список pgsql-general
On Sat, 18 May 2002, mordicus wrote:

> Hi,
>
> Ok, i think it's perhaps a bug of the odbc driver, i never tryed 'call' with
> pgsql driver ...
>
> in your code, at
> const char * CPatient::szApply = "{? = CALL apply_parent_details(?, ?, ?, ?,
> ?, ?, ?, ?, ?, ?, ?, ?)}" ;
> and
> const char * CSecondParent::szApply = "{? = CALL apply_partner_details(?, ?,
> ?, ?)}" ;
>
> try to juste select the function
>
> select apply_parent_details(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);
>
> it should work
>

I've tried that and the first function now faile!

--
Regards,


Wm. G. Urquhart
Custom Software Solutions
http://www.wurquhart.co.uk



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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: UTF-8 safe ascii() function
Следующее
От: "Joel Burton"
Дата:
Сообщение: Re: Ordering of data on calls to user defined aggregate.