Jump to content

Oracle Pro*C: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
'''Pro*C''' embedded [[SQL]] [[C]] preprocessor that allows you to write standard SQL calls in your C code that Pro*C then converts into C calls that directly interface into the Oracle runtime library. This is in most cases only useful if you are running an [[Oracle]] database locally, and since Oracle dropped support for OS/2 considerable time ago, probably not so much these days.
'''Pro*C''' is an embedded [[SQL]] [[C]] preprocessor. It allows to write standard SQL statements in C code that will be converted into C calls that directly interface with the Oracle runtime library. This is in most cases only useful if you are running an [[Oracle]] database locally. Oracle dropped support for OS/2 considerable time ago.


==Links==
==Links==

Latest revision as of 16:22, 7 April 2019

Pro*C is an embedded SQL C preprocessor. It allows to write standard SQL statements in C code that will be converted into C calls that directly interface with the Oracle runtime library. This is in most cases only useful if you are running an Oracle database locally. Oracle dropped support for OS/2 considerable time ago.

Links