Mas  PSP ini sama dengan oracle workflow tidak ....
  saya inigin tahu mengenai PSP ini sudah ada buku yang ver bahasa indonesia 
belum 
   
  Terima Kasih
   
  
AZIS
   
  

Yulius Wibowo <[EMAIL PROTECTED]> wrote:
          Penggunaan HTP.P, HTP.PRN, HTP.PRINT sama saja ....
( Note : HTP.P memanggil HTP.PRN, HTP.PRINT juga memanggil HTP.PRN)

Fungsinya adalah utk menampilkan string ke dalam html page yg anda 
buat dengan menggunakan PL/SQL Server Page (PSP).

Contoh:
CREATE OR REPLACE PROCEDURE test
IS
BEGIN
HTP.HTMLOPEN;
HTP.TITLE('My HTML Page');
HTP.BODYOPEN;
HTP.PRN('Hello World 1...');
HTP.BR;
HTP.P('Hello World 2...');
HTP.BR;
HTP.PRINT('Hello World 3...');
HTP.BODYCLOSE;
HTP.HTMLCLOSE;
END; 
/


--- In [email protected], "pebti_w" <[EMAIL PROTECTED]> wrote:
>
> --- In [email protected], frans pandapotan
> <franspandapotan@> wrote:
> >
> > mas... saya mo nanya nich ???
> > apa fungsinya htp.prn dengan htp.p dan apa bedanya
> > 
> > 
> > ---------------------------------
> > Shape Yahoo! in your own image. Join our Network Research Panel 
today!
> > 
> > [Non-text portions of this message have been removed]
> >
> 
> htp.p adalah untuk html didalam plsql
> exp : htp.p(<html><body>test</body></html>);
>



         

       
---------------------------------
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.

[Non-text portions of this message have been removed]

Kirim email ke