data type?? [message #117166] |
Mon, 25 April 2005 09:38 |
vinnahang
Messages: 11 Registered: March 2005
|
Junior Member |
|
|
when using SQL Plus,
I define a varible with data type NUMBER(7)
But now, I am using Qracle Pro*C
in the declare section, I would like to new a varible which is same type with NUMBER(7),
what can i do?
|
|
|
|
Error in compilation : PCC-F-02081 [message #117251 is a reply to message #117166] |
Tue, 26 April 2005 01:11 |
gcmishra
Messages: 3 Registered: April 2005 Location: aaa
|
Junior Member |
|
|
Hi all
i am new to pro*c . when i am tryong to compile the sample programs under the ../demo/proc folder in the coomand prompt by using the following command
...\> proc iname=sample9.pc
its giving the error :PCC-F-02081, CMD-Line: Unterminated option value list or value list was truncated.
Can anyone suggest me how to proceed..
Thanks
gour
|
|
|