Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Call Interface for Windows NT/95 question
I believe olog and other such functions are Oracle V7 oci calls. All APIs begining with OCI (all caps) are version 8. you should find version 8 oci demos with ocidemo8*.c or oci8*.c
Good luck,
Sanjay
Lester Kovac wrote:
> I'm just starting with OCI programming (using MSVC++).
>
> I have ORACLE 8.0 .
>
> Documentation is explining OCI using call to connect OCILogon; however, in
> all examples they provide they use instead olog function. Unfortunately,
> olog function is not explained in docs at all (at least I did not find it).
>
> What is olog (as opposed to OCILogon) ? Can I use it to perform simple
> queries ?
>
> Thank you
>
> Lester Kovac
> lkovac_at_ottawa.com
Received on Sun Oct 25 1998 - 00:00:00 CDT