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 |
i have a written test in tomorrow
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
What is use of integral promotions in c?
What does calloc stand for?
write a program in c to print **** * * * * ****
What is pointer to pointer in c?
what is the defrenece between structure and union
Can a pointer be volatile in c?
How can I determine whether a machines byte order is big-endian or little-endian?
What is formal argument?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
WHY DO WE USE A TERMINATOR IN C LANGUAGE?