Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Pro*c : Remote Oracle Database Access using Pro*C

Re: Pro*c : Remote Oracle Database Access using Pro*C

From: jacky <ritzcarltn_at_hotmail.com>
Date: Fri, 23 Aug 2002 05:15:11 +0900
Message-ID: <okM$KihSCHA.324@sql1.thrunet.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US