[Q] Indicator Variables in Pro*C/C++

From: Alex Vinokur <alexander.vinokur_at_telrad.co.il>
Date: Thu, 17 Jun 1999 07:34:29 GMT
Message-ID: <7ka8e5$coc$1_at_nnrp1.deja.com>



Hi,

My question is concerning indicator variables.

#################### Text : BEGIN #####################

You can associate any host variable with an optional indicator variable. An indicator variable is a short integer variable that "indicates" the value or condition of its host variable. You use indicator variables to assign nulls to input host variables and to detect nulls or truncated values in output host variables. A null is a missing, unknown, or inapplicable value.


	Pro*C/C++ Precompiler
	Programmer's Guide Release 8.0
	December, 1997
	Part No. A58233-01
	Page 2-6
	--------------------------------


#################### Text : END #######################

[Quoted] [Quoted] Why do we have to use _special_ (indicator) variables? Is not there any possibility to manage only with host ones?



Server : Oracle8
Development Platform : Pro*C/C++
        Thanks in advance,
        Alex







Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Thu Jun 17 1999 - 09:34:29 CEST

Original text of this message