Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
aylin_sk
Starting Member
25 Posts |
Posted - 2005-01-18 : 07:53:24
|
| Can we use html script while writing PL/SQL??Like below; PROCEDURE GO IS begin htp.htmlOpen; htp.headOpen; htp.title('HTML'); htp.headClose;If yes, where can i find the source about this subject?? |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-01-18 : 08:16:38
|
| An Oracle forum would be a better place, SQL Team is a Microsoft SQL Server forum. Try here:http://dbforums.com/ |
 |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|
|