Re: ECPG and SQL function

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Michaël Fiey <m(dot)fiey(at)futuresoundtech(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ECPG and SQL function
Date: 2000-08-25 17:46:33
Message-ID: 20000825104633.A2527@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Aug 24, 2000 at 08:57:00PM +0200, Michaël Fiey wrote:
> I try to use this function in a C program with ECPG.
> The command : "exec sql select myfunction('myargument') into :res" works fine
> but :
> "mycommand=select myfonction('mychangingargument')

I guess the 'o' instead of the 'u' is just a typo, but in general it would
be better if you send us/me a small test case or at least a part of the
source code. The reason may be a missing character or anything like that.

Also the translated file would be helpful.

Of course it may as well be a bug. :-)

Michael
--
Michael Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Sears 2000-08-25 17:46:50 system catalog problems
Previous Message Stephan Szabo 2000-08-25 17:28:03 Re: alter table and constraints