Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Pro*c : Remote Oracle Database Access using Pro*C
Hello,
I have three system, Windows 2000 server and Intel Solaris 8.1.7 UNIX Server
and HP-UX Server.
Environment.
Windows 2000 Server.
"Fred" <fred_at_cf.fr> wrote in message
news:2002814-174733-108312_at_foorum.com...
>
> Hello,
>
> I can't find a way to insert a null integer value in Pro*C :
> eg, 'pid' is an integer, I would want to insert a NULL value, and not 0
>
> EXEC SQL
> INSERT INTO foo(cpt, code, dt, pid)
> VALUES (:cpt, :code, sysdate, :pid);
> EXEC SQL COMMIT;
>
> Thanks in advance.
>
> --
> Use our news server 'news.foorum.com' from anywhere.
> More details at: http://nnrpinfo.go.foorum.com/
Received on Thu Aug 22 2002 - 15:15:11 CDT
![]() |
![]() |