Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: database webserver
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
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
![]() |
![]() |