Fwd: Question
От | German Raul Hoyos Parravicino |
---|---|
Тема | Fwd: Question |
Дата | |
Msg-id | 912a25750603071409p1204d1f6je8dc7fb13f68cca5@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: Fwd: Question
|
Список | 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;
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 по дате отправления: