Basics of Pro*C [message #93929] |
Mon, 14 April 2003 03:20 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Anand Chiney
Messages: 7 Registered: April 2003
|
Junior Member |
|
|
Hello friends
I m new to Pro*C. I want to learn it. I know oracle and C well. What are the requirements for ruuning Pro*C
? Which header files i would need? are these files with Oracle or not ? If not from where i can download them?
|
|
|
|
Re: Basics of Pro*C [message #94141 is a reply to message #93929] |
Tue, 30 March 2004 03:44 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Kaustubh Deshpande
Messages: 32 Registered: March 2004
|
Member |
|
|
Oracle Documentation will be the best guide for all your doubts.
You will need stdio.h (for c)
also sqlca.h, string.h and other files as per ur requirement.
proc has it's own syntax of doing it, u can get it in sample programs which are given in documentation
You can also get sample program in
C:oracleora90precompdemoprocsample**.pc
(if u have windows, directory in which oracle is installed)
Hope this will help you to start
regards,
Kaustubh
|
|
|