Re: modify code generated by WebDB ??
From: M. Armaghan Saqib <armaghan_at_yahoo.com>
Date: Tue, 04 Jan 2000 14:24:56 GMT
Message-ID: <84svra$430$1_at_nnrp1.deja.com>
Understanding (and modifying) the PL/SQL generated by WEB DB was not a trivial task for me because it calls so many other package procedures to implement security, language support and dynamic SQL.
Date: Tue, 04 Jan 2000 14:24:56 GMT
Message-ID: <84svra$430$1_at_nnrp1.deja.com>
Understanding (and modifying) the PL/SQL generated by WEB DB was not a trivial task for me because it calls so many other package procedures to implement security, language support and dynamic SQL.
My requirement was a simple WEB interface for a table to add, edit, delete records.
What I did is write my own code generator which generates this kind of code using PLSQL Web Toolkit.
In my effort to make it simplest possible, I did not called any WEB DB specific functionality; only standard PL/SQL WEB TOOLKIT calls. Which means you can run it under WEB DB as welll as under standard OAS 4.0 WEB TOOLKIT installation.
I shall be releasing this code generator with New version of my SQL PlusPlus with couple of weeks time.
If your requirement is like this, give it a try.
regards,
M. Armaghan Saqib
- SQL PlusPlus : Add power to SQL Plus command line
- SQL Link for XL : Integrate Oracle with XL
- Oracle CBT with sample GL (Triggers and Forms Source Code included.
Download free: http://www.geocities.com/armaghan/
Arnaldo Martins <arnaldo_at_replica.pt> wrote in message news:845ion$rl4 $1_at_duke.telepac.pt...
> Sure you can!
>
> Just connect to the user where the Webdb Components are using Forms
Builder
> for example, and modify the stored procedures (or packages) created by
> Webdb.
>
> Arnaldo
>
> Sébastien Rouaix <srouaix_at_ifhamy.insa-lyon.fr> escreveu na mensagem
> news:83vrj0$ddu$1_at_wanadoo.fr...
> > I must develop a web interface for an oracle database and i want to
know
> if
> > we can modify code generated by WebDB ?
> >
> > (Escuse me for my english language, i'm french)
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Jan 04 2000 - 15:24:56 CET