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: database webserver

Re: database webserver

From: PD <pavvel_at_post.cz>
Date: Fri, 7 Apr 2000 15:07:17 +0200
Message-ID: <8ckmk5$470$1@scesie13.sie.siemens.at>


WEBDB is good tool to explore.

The biggest advantages
100% HTML (on the client)
100% in database

You need no other developing tools, everything including DB administration is in WEBDB.
All the application logic is stored as packages in DB.

You need just SQL and HTML knowledge to develop apllication. You can combine this very easily like this :

<html>

... do html things

<sql>

    select ........
</sql>

</html>

Good luck



Pavel Drs
ANF Data
Pavel.Drs_at_anfdata.cz

VdWal <vdwal_at_tref.nl> píše v diskusním příspěvku:8cf96 7$67b87$1_at_reader2.wxs.nl...
> Hi,
>
> We are currently using oracle 7.3 and forms 5
>
> For doing up experience with internet we want to set up a webserver. This
> webserver must be completely database-driven. I red about webdb. Is this
> product eneough to start with?
>
> If not: what do we minimal need?
>
> Thanks
> Stephan
>
>
Received on Fri Apr 07 2000 - 08:07:17 CDT

Original text of this message

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