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 -> [OCI]Global namespace and OCI functions

[OCI]Global namespace and OCI functions

From: Herode <cbrun_at_geomapgis.com>
Date: 28 Feb 2006 00:08:57 -0800
Message-ID: <1141114137.248108.304000@e56g2000cwe.googlegroups.com>


Hi gentlemen,

I wondered why, under VC++ 6, this line compiles : OCIDateGetDate( dt, &year, &month, &day );

and not this one :
::OCIDateGetDate( dt, &year, &month, &day );

NB : the others OCI functions with the global namespace accessor "::" compile in my code, of course. Received on Tue Feb 28 2006 - 02:08:57 CST

Original text of this message

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