how to connect oracle in C/C++.
Answers were Sorted based on User's Feedback
Answer / sujith
Please look in to the details of ProC from Oracle.
The kind of queries which u write in C/C++ code is called
embedded SQL.
I believe ProC is shipped with the enterprise version of
Oracle. I am not sure about the other sources.
Sujith
| Is This Answer Correct ? | 2 Yes | 5 No |
Is c++ based on c?
What is an lvalue and an rvalue?
What do the functions atoi(), itoa() and gcvt() do?
What is clrscr in c?
Write a program to find the biggest number of three numbers in c?
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
What is the use of function overloading in C?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
WHAT IS C?
What is macro?
What is the use of ?: Operator?
What are volatile variables in c?