connection of cpp with orcle

Discussion in 'C' started by imrose_suleman, Oct 18, 2008.

  1. imrose_suleman

    imrose_suleman New Member

    Joined:
    Oct 18, 2008
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Programer in Tata consultancy services
    Location:
    native of hyderabad presently in chennai
    how to connect a cpp program to oracle database..?
    i have created tables in sql..and i have written code in cpp....how can join both of them?
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Options in C++ for connecting to Oracle are OCI, OCCI and Pro*C. Pro*C is fairly easy; OCI is a direct API for calling Oracle functions and has the best performance although is quite complex. OCCI is an object-oriented API and is also relatively easy to use.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice