PLSQL Web Toolkit: The Basics

PL/SQL Web Toolkit: The Basics

The best way to introduce the PL/SQL Web Toolkit is to start with the ubiquitous Hello World example:

 CREATE OR REPLACE PROCEDURE hello IS BEGIN    htp.htmlopen;    htp.headopen;    htp.title( 


Oracle Application Server 10g Web Development
Oracle Application Server 10g Web Development (Oracle Press)
ISBN: 0072255110
EAN: 2147483647
Year: 2004
Pages: 192

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net