Re: [HACKERS] embedded sql with indicators in other DBs

2000-10-26 Thread Christof Petig
Michael Meskes wrote: > What do other DBs do with their output variables if there is an embedded SQL > query resulting in a NULL return value? What I mean is: > > exec sql select text into :txt:ind from ... > > If text is NULL, ind will be set, but does txt change? > > I was just told Informix bl

AW: [HACKERS] embedded sql with indicators in other DBs

2000-10-23 Thread Zeugswetter Andreas SB
> What do other DBs do with their output variables if there is > an embedded SQL > query resulting in a NULL return value? What I mean is: > > exec sql select text into :txt:ind from ... > > If text is NULL, ind will be set, but does txt change? > > I was just told Informix blanks txt. No, i

[HACKERS] embedded sql with indicators in other DBs

2000-10-21 Thread Michael Meskes
What do other DBs do with their output variables if there is an embedded SQL query resulting in a NULL return value? What I mean is: exec sql select text into :txt:ind from ... If text is NULL, ind will be set, but does txt change? I was just told Informix blanks txt. Michael -- Michael Meske