Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: API C++
I would recommend using the Oracle OCI library. It is a call level interface (CLI) vs. a precompiler. It is similar to ODBC and works really well. You can take advantage of all the features of oracle and make a generic, re-usable class that can be used in all your applications. It is far superior to the precompiler, in my opinion.
HTH
DeVerne Coleman
Vado <svado_at_tf1.fr> wrote in message news:8s4ghp$m0g$1_at_reader1.fr.uu.net...
> Hello
>
> I am working with visual studio C++ and I want to make sql calls in an
> oracle 8i database running on NT 4. Could you please tell me what .lib
are
> necessary for that ? and where I can find documentaion about it ? I don't
> want to make ODBC calls, I prefer to choose a direct Oracle API.
>
> Thanks a lot.
>
>
Received on Thu Oct 12 2000 - 20:25:12 CDT
![]() |
![]() |