connection of cpp with orcle

Go4Expert Member
18Oct2008,11:13   #1
imrose_suleman's Avatar
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?
Mentor
18Oct2008,17:09   #2
xpi0t0s's Avatar
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.