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 |
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is the use of #define preprocessor in c?
With the help of using classes, write a program to add two numbers.
#define d 10+10 main() { printf("%d",d*d); }
Are bit fields portable?
What is graph in c?
Do you know the use of fflush() function?
what is the most appropriate way to write a multi-statement macro?
Why c++ is called c++ and not c+?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is .obj file in c?
Why is sizeof () an operator and not a function?