Fwd: Question

From: "German Raul Hoyos Parravicino" <rhoyos(at)gmail(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Fwd: Question
Date: 2006-03-07 22:09:56
Message-ID: 912a25750603071409p1204d1f6je8dc7fb13f68cca5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

---------- Forwarded message ----------
From: German Raul Hoyos Parravicino <rhoyos(at)gmail(dot)com>
Date: Mar 7, 2006 3:36 PM
Subject: Question
To: pgsql-general-owner(at)postgresql(dot)org

Dear Administrator:

I have a problem developing a ECPG program. I am making a programa using
FETCH, when the second row is sent the following message appear:

==>sqlcode [-213] msg[NULL value without indicator in line 1192.]

My select is:

EXEC SQL FETCH cursor_onlyweb
INTO
:t_token,
:t_institucion,
:t_usuario,
:t_horasistema,
:t_pan,
:t_prcode,
:t_amount,
:t_acqinst,
:t_source,
:t_datosreq;

Is it possible to use something similar to "isnull" in Oracle?

Thanks

Raul

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2006-03-07 23:44:55 Re: Fwd: Question
Previous Message Louis Gonzales 2006-03-07 21:16:31 Re: postgresql-R