Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are ORACLE PRECOMPILERS?
What are ORACLE PRECOMPILERS?
✍: Guest
A precompiler is a tool that allows programmers to embed SQL statements in high-level source programs like C, C++, COBOL, etc. The precompiler accepts the source program as input, translates the embedded SQL statements into standard Oracle runtime library calls, and generates a modified source program that one can compile, link, and execute in the usual way. Examples are the Pro*C Precompiler for C, Pro*Cobol for Cobol, SQLJ for Java etc.
2011-09-20, 3494👍, 0💬
Popular Posts:
How To Set Up Breakpoints in Debug Mode? - Oracle DBA FAQ - Introduction to Oracle SQL Developer To ...
what is a service contract, operation contract and Data Contract? - part 1 In the below sample we ha...
Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?...
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
.NET INTERVIEW QUESTIONS - What is the difference between thread and process? A thread is a path of ...