Fwd: Question - Mailing list pgsql-admin

From German Raul Hoyos Parravicino
Subject Fwd: Question
Date
Msg-id 912a25750603071409p1204d1f6je8dc7fb13f68cca5@mail.gmail.com
Whole thread Raw
Responses Re: Fwd: Question
List pgsql-admin


---------- Forwarded message ----------
From: German Raul Hoyos Parravicino <rhoyos@gmail.com>
Date: Mar 7, 2006 3:36 PM
Subject: Question
To: pgsql-general-owner@postgresql.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

pgsql-admin by date:

Previous
From: Louis Gonzales
Date:
Subject: Re: postgresql-R
Next
From: Michael Fuhr
Date:
Subject: Re: Fwd: Question