Connect C with Oracle db

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RajuKale
    New Member
    • Aug 2015
    • 1

    Connect C with Oracle db

    Plz Help, I googled a lot but got confused
    I am newbie in coding.... wanna connect C with oracle database..
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Oracle sells a library of macros written in C that connects your C program to an Oracle database and allows you to execute SQL statements.

    It is called Pro*C/C++.

    Here you go: http://docs.oracle.com/cd/E11882_01/...e10825/toc.htm

    Comment

    Working...