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
What is a pragma?
I need a sort of an approximate strcmp routine?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is indirection in c?
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
What is the purpose of ftell?
write a program fibonacci series and palindrome program in c
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is the benefit of using an enum rather than a #define constant?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
how to find binary of number?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What are the advantages of c preprocessor?