Oracle Pro*C: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
'''Pro*C''' embedded [[SQL]] [[C]] preprocessor | '''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.