Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Two different oci demo programs makes me confused

Re: Two different oci demo programs makes me confused

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 27 Jan 2005 03:43:44 -0800
Message-ID: <1106826224.140325.28210@f14g2000cwb.googlegroups.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US