Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: what is WebAlchemy

Re: what is WebAlchemy

From: Brian Everett <beverett_at_remove_this.earthlink.net>
Date: Tue, 14 Sep 1999 15:54:04 GMT
Message-ID: <37de6d76.6850720@news.earthlink.net>

WebAlchemy generates PL/SQL from HTML.
Here is an example...
<HTML>
some more html
</HTML

After WebAlchemy...
Procedure Test;
Begin
htp.htmlOpen;
some more PL/SQL based on the web server toolkit htp.htmlClose;
End;

It has a tendency to place a lot of htf (functions) inside htp (procedures) which can be a little difficult to edit - so you need a great deal of HTML understanding. That is, if you want to edit after WebAlchemy.

Brian

On 9 Sep 1999 15:37:01 -0500, ramdan_at_mailexcite.com (tony) wrote:

>
>I saw it on you page but not completelty sure of what is really does. i.e. if
>you have forms on your web page they will converted into pl/sql? what specific
>type of info does it require?
>
>we designed several pages in Frontpage that use Oracle. They have a result
>page that has columns along the top and dates along the side that reference
>various columns in various oracle tables (that were joined together) in
>addition to summed columns. We have pretty complex sql behind it.
>
>Would Webalchemy help us with this
>
>In article <37c5ad91.2216867_at_newshost.us.oracle.com>, tkyte_at_us.oracle.com
>wrote:
>>A copy of this was sent to Patrice Bourgeois <pbourgeois_at_canada.com>
>>(if that email address didn't require changing)
>>On Thu, 26 Aug 1999 16:04:15 -0400, you wrote:
>>
>>>Can someone help, I need a copy of webalchemy, I have over 100 web
>>>pages to convert into pl/sql, I here this utility can do that, but it is
>>>hard to find.
>>>
>>>Please e-mail info.
>>>
>>>Thank You,
>>>
>>>Regards,
>>>Patrice
>>>pbourgeois_at_canada.com
>>
>>
>>there is a copy at the URL in my signature below
>>
Received on Tue Sep 14 1999 - 10:54:04 CDT

Original text of this message

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