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: using htp and htf packages..

Re: using htp and htf packages..

From: Richard Willemsen <rwillems_at_xs4all.nl>
Date: Fri, 15 May 1998 09:07:54 GMT
Message-ID: <355c044e.9936957@192.168.0.1>


Hi Santy,

On Fri, 15 May 1998 07:12:54 GMT, raghavan.santosh_at_adc.intelligroup.com wrote:

>Hi all,
>
>I am trying to make htp and htf like procedures in pl/sql,
>however I am not using Oracle Web Server. I have to use
>ASP to connect to Oracle..I have not installed OWS.So I do not have the
>packages installed on my Server
>Is there some body who has made a set of procedures or its equivalent
>for this kind of environment ?
>
>Thanks
>
>Santy
>
>-----== Posted via Deja News, The Leader in Internet Discussion ==-----
>http://www.dejanews.com/ Now offering spam-free web-based newsreading

I built a few packages so I do not have to use the htp and htp packages any more. The only problem is that it still uses the htp package (only htp.print).

I understand that the htp and htf package store the content of a document in a (global) PL/SQL table using the htp.print procedures. When the procedure call is finished the agent extracts the document from this PL/SQL table. So, you have to implement a global PL/SQL table, a print procedure to store lines (or parts of lines) into the PL/SQL table and a procedure to extract the content from the PL/SQL table (ie owa_util.showpage which can be used in SQL*PLUS to display the content of the PL/SQL table).

grtnx,
Richard



Real programmers don't comment their code. It was hard to write, it should be hard to understand.

Richard Willemsen
http://www.xs4all.nl/~rwillems/ Received on Fri May 15 1998 - 04:07:54 CDT

Original text of this message

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