Jump to content

Oracle Pro*C: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
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==
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]


==Publisher==
[[Category:SQL]][[Category:C]][[Category:Databases]]
 
[[Category:Tools]]
[[Category:MS Windows Tools]]
[[Category:Generic Unix Tools]]
[[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.

Links