Hi,
I try to select data from a table with NULL value in, within a
C program.
I declare a cursor with ECPG ("exec sql declare mycursor
cursor for select mycolomn from mytable").
Each time I execute a fetch command, I got an error message
"NULL value without indicator".
I search in the archive but I didn't find
anything.
Thanks for your help.
|