Re: ORA-01405: fetched column value is NULL
From: Lawrence V. Rohrer <lrohrer_at_earthlink.net>
Date: Fri, 10 Feb 1995 20:09:08 -0800
Message-ID: <lrohrer-1002952009080001_at_lrohrer.earthlink.net>
Date: Fri, 10 Feb 1995 20:09:08 -0800
Message-ID: <lrohrer-1002952009080001_at_lrohrer.earthlink.net>
In article <170sysD3qp7q.GqA_at_netcom.com>, 170sys_at_netcom.com (170 Systems) wrote:
> select COLUMN
> into :HOST_VAR:HOST_VAR_IND
> from TABLE;
>
> If COLUMN is null then HOST_VAR_IND will be set to -1. If COLUMN is not
> null but HOST_VAR is too small to contain the entire value then HOST_VAR_IND
> will be > 0. Otherwise, HOST_VAR_IND will be set to 0.
I tried this in my programs. I got pass the 1405 error and now I am getting "wrong number of arguments error" or something like that.
Honestly, I am not that familiar with Pro*C programming and I it is likely a simple programming problem. Received on Sat Feb 11 1995 - 05:09:08 CET