how to connect oracle in C/C++.

Answers were Sorted based on User's Feedback



how to connect oracle in C/C++...

Answer / abi

d qn s how to connect??
cn any1 plz repli...

Is This Answer Correct ?    3 Yes 1 No

how to connect oracle in C/C++...

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

how to connect oracle in C/C++...

Answer / naresh

IN C++ we can where as in C it very less hope

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More C Interview Questions

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

3 Answers   Accenture, Wipro,


What is the use of #define preprocessor in c?

1 Answers  


With the help of using classes, write a program to add two numbers.

1 Answers   TCS,


#define d 10+10 main() { printf("%d",d*d); }

6 Answers  


Are bit fields portable?

1 Answers   EXL,


What is graph in c?

1 Answers  


Do you know the use of fflush() function?

1 Answers  


what is the most appropriate way to write a multi-statement macro?

1 Answers  


Why c++ is called c++ and not c+?

9 Answers   EBS,


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

1 Answers  


What is .obj file in c?

1 Answers  


Why is sizeof () an operator and not a function?

1 Answers  


Categories