Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL Package for generating HTML Tables
Hi,
I saw the htp/htf packages of oracle. What I need is a
function that returns full formatted HTML Code when I pass a
select statement.
Something like:
ret:=sys.xyz.BuildHTMLTable ('select 1,2 from dual union all
select 10,20 from dual');
would return the HTML Code for a Table looking like:
1 2
10 20
Is there an Oracle delivered package for such operations, or for anything else HTML-oriented?
Please send a copy of your reply to
stauffer<at>infosystem.ch
Thanks, Christian
-- Christian Stauffer Infosystem AG SwitzerlandReceived on Tue Jun 25 2002 - 09:41:20 CDT
![]() |
![]() |