Oracle Pro*C: Difference between revisions
Appearance
Created page with "'''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 t..." |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
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== | ||
Line 5: | Line 5: | ||
* [http://www.oreillynet.com/pub/a/databases/2006/12/07/embedded-sql-with-pro-c.html Embedded SQL with Pro*C] | * [http://www.oreillynet.com/pub/a/databases/2006/12/07/embedded-sql-with-pro-c.html Embedded SQL with Pro*C] | ||
[[Category:SQL]][[Category:C]][[Category:Databases]] | |||
[[Category:SQL]] | |||
[[Category:C]] | |||
[[Category:Databases]] |
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.