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

Home -> Community -> Usenet -> c.d.o.tools -> Re: pro*c host variables

Re: pro*c host variables

From: Pierre Charpenay <pcharpenay_at_unilog.fr>
Date: Thu, 24 Aug 2000 09:37:10 +0200
Message-ID: <39A4D0A6.52CC7112@unilog.fr>

Bhavin Shah a écrit :
>
> Is there a way of getting around host variables
> in "included" files.
>
> I define a class in a header file, and need host
> variables within the class. (1 set / class created)
> However, I cannot put them there since a precompiler
> error is generated saying that you cannot have
> sql statements in #included files.
>

You can't with #include ... , but you'll certainly can with EXEC SQL INCLUDE ...
> ...
>
> Bhavin
 

-- 
 Pierre CHARPENAY
Received on Thu Aug 24 2000 - 02:37:10 CDT

Original text of this message

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