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

Home -> Community -> Usenet -> c.d.o.server -> Re: Q: How to Link Oracle to WWW?

Re: Q: How to Link Oracle to WWW?

From: R. A. Khan <khan_at_informatik.fh-hamburg.de>
Date: Thu, 14 Jan 1999 14:38:56 +0100
Message-ID: <369DF370.AF9A3F2C@informatik.fh-hamburg.de>


> procedure show is
> ignore_more boolean;
> ignore_more := owa_util.tablePrint('tablename','BORDER');
> end show;
> -- where "tablename" is an ordinary table in oracle

I forgot something, of course it should be :

..
procedure show is

        ignore_more boolean;
begin

        ignore_more := owa_util.tablePrint('tablename','BORDER'); end show;
-- where "tablename" is an ordinary table in oracle

excuse me,

regards
--
R. A. Khan
khan_at_informatik.fh-hamburg.de
Hamburg, Germany Received on Thu Jan 14 1999 - 07:38:56 CST

Original text of this message

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