pl/sql conditional problem

From: Martin Meadows <mmeadows_at_indy.net>
Date: 1998/03/26
Message-ID: <351B106D.6B12_at_indy.net>#1/1


[Quoted] [Quoted] Who knows why the following won't compile in sqlforms30:

if :hlpchk = "X" then
  show_page(2);
else
  raise other;
end if;

[Quoted] [Quoted] The error msg indicates that "X" is an undeclared identifier. I thought that it was a string!

Martin Meadows Received on Thu Mar 26 1998 - 00:00:00 CET

Original text of this message