adspace


how to connect oracle in C/C++.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is ur strangth & weekness

2592


How do you determine the length of a string value that was stored in a variable?

1205


develop algorithms to add polynomials (i) in one variable

2261


What is the difference between union and anonymous union?

1399


What is pointers in c with example?

1169


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1183


What is pointer to pointer in c with example?

1200


will u please send me the placement papers to my mail???????????????????

1930


ATM machine and railway reservation class/object diagram

5337


What is variable initialization and why is it important?

1394


What is dynamic dispatch in c++?

1140


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2400


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1297


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

2006


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2216