Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Two different oci demo programs makes me confused
onions wrote:
> ****
> trying to post a followup message but the news-program rejected it.
> with no option, I started new thread.
> ****
>
> You are right Rauf. Actually, I've forgot to append the list of
functions.
> But the message was gone already. Sorry for wasting the valuable
bandwith.
> Anyway, here is the functions.
>
> $ORACLE_HOME/rdbms/demo/oci*.c OCI-Developer-Workshop-Demo
> -----------------------------------------------------------
> olog OCIInitialzie
> oclose OCIEnvInit
> oopen OCIHandleAlloc
> oparse OCIServerAttach
> obndra OCIAttrSet
> oerhms ...
> oexn
<snip>
The routines on the left (which are used in your demo) are from OCI
release 7. Routines on the right are from release 8 and above. The Old
to New mapping is listed in the OCI reference document that you can
view at http://tahiti.oracle.com. Old routines are included until OCI
release 9 (I beleive) for backward compatability but you should use the
newer routines specially if you are working against 10g database.
Regards
/Rauf
Received on Thu Jan 27 2005 - 05:43:44 CST
![]() |
![]() |