![]() |
connection of cpp with orcle
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? |
Re: connection of cpp with orcle
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.
|
| All times are GMT +5.5. The time now is 14:38. |