Re: More on "What am I doing wrong!" - Mailing list pgsql-general

From Wm. G. Urquhart
Subject Re: More on "What am I doing wrong!"
Date
Msg-id Pine.LNX.4.44.0205181810240.1517-100000@mailer.wurquhart.co.uk
Whole thread Raw
In response to More on "What am I doing wrong!"  ("Wm. G. Urquhart" <wgu@wurquhart.co.uk>)
List 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 by date:

Previous
From: Jean-Michel POURE
Date:
Subject: UTF-8 safe ascii() function
Next
From: "Joel Burton"
Date:
Subject: Re: Ordering of data on calls to user defined aggregate.