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 are comments and how do you insert it in a C program?
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
write a c program to store and print name,address,roll.no of a student using structures?
What are two dimensional arrays alternatively called as?
Why #include is used in c language?
what are the 10 different models of writing an addition program in C language?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
how will you write a program on linked lists using JAVA programming???????????
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
How can I find out the size of a file, prior to reading it in?
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
What is structure in c explain with example?