Re: [INTERFACES] ECPG and FETCH

From: Ivo Simicevic <ivo(at)ultra(dot)hr>
To: Tim Kane <timk(at)hotgames(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] ECPG and FETCH
Date: 2000-01-05 15:04:20
Message-ID: 20000105160420.A740@ultra.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

On Wed, Jan 05, 2000 at 06:24:51PM +1100, Tim Kane wrote:
> EXEC SQL FETCH rowcur INTO :prod_id, :title, :format;
>

Try EXEC SQL FETCH IN rowcur ...

Ivo.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2000-01-05 16:00:55 Re: [HACKERS] ordinal decimal number
Previous Message Jan Wieck 2000-01-05 14:34:14 Re: [HACKERS] Index corruption

Browse pgsql-interfaces by date

  From Date Subject
Next Message Phillip Rhodes 2000-01-05 15:39:41 jdbc question
Previous Message Tim Kane 2000-01-05 07:24:51 ECPG and FETCH