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, 3493👍, 0💬
Popular Posts:
How To Build WHERE Criteria with Web Form Search Fields? - MySQL FAQs - Managing Tables and Running ...
What Does a HTML Document Look Like? A HTML document is a normal text file with predefined tags mixe...
What is the version information in XML? “version” tag shows which version of XML is used.
What is the sequence of UML diagrams in project? First let me say some fact about this question, you...
How to set a HTML document's background color? document.bgcolor property can be set to any appropria...