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

Home -> Community -> Usenet -> c.d.o.server -> OCI question -- if you have souls please help!

OCI question -- if you have souls please help!

From: Norman Dunbar <Norman.Dunbar_at_lfs.co.uk>
Date: Tue, 13 May 2003 14:20:17 +0100
Message-ID: <E2F6A70FE45242488C865C3BC1245DA703AACE44@lnewton.leeds.lfs.co.uk>


I missed a bit, sorry :

The OCIParams structure is defined thus in a header file, and a member variable called OCIParams of this type is declared in MainWindow.h :

//----------------------------------------------------------------------


// This structure will be and used to pass around the various OCI
handles
// required by the demonstration programs.
//----------------------------------------------------------------------


typedef struct OraParamsTAG {
    OCIEnv      *envhp;         // Environment handle
    OCIError    *errhp;         // Error handle
    OCISvcCtx   *svchp;         // Service context handle
} OraParams;

Cheers,
Norm.



Norman Dunbar
Database/Unix administrator
Lynx Financial Systems Ltd.
mailto:Norman.Dunbar_at_LFS.co.uk
Tel: 0113 289 6265
Fax: 0113 289 3146
URL: http://www.Lynx-FS.com
-------------------------------------
Received on Tue May 13 2003 - 08:20:17 CDT

Original text of this message

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