embedded sql with indicators in other DBs

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: embedded sql with indicators in other DBs
Date: 2000-10-21 16:03:26
Message-ID: 20001021180326.C1139@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-10-21 16:49:22 Re: UnixWare 7.1.1b FS
Previous Message Bruce Momjian 2000-10-21 15:55:35 Re: Patch to support transactions with BLOBs for current CVS