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 -> Re: Pro*C help

Re: Pro*C help

From: Dan Benwell <dan_at_benwell.co.uk>
Date: Sat, 21 Aug 1999 15:57:50 +0100
Message-ID: <7pmeof$7ib$1@lure.pipex.net>


to include the sqlca use

EXEC SQL INCUDE SQLCA; Dan
\ \ <ambrosetati_at_ukgateway.net> wrote in message news:7pja72$pg0$1_at_lure.pipex.net...
> Hi all,
> I'm trying to build a small VC++ which contains Pro*C modules.
> In all my Pro*C modules I've declared the following:
> #define SQLCA_STORAGE_CLASS extern
>
> 1) Compilation error:
> sqlcex : undeclared identifier
>
> 2) Link error:
> unresolved external symbol "struct sqlca sqlca"
>
> I know I need to define sqlca somewhere preferable in my main module. How
do
> I define it?
>
> Help please
> TIA
> ambrosetati_at_ukgateway.net
>
>
>
>
>
>
>
Received on Sat Aug 21 1999 - 09:57:50 CDT

Original text of this message

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