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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Front End switch

Re: Front End switch

From: <gmei_at_my-deja.com>
Date: Mon, 20 Nov 2000 18:59:15 GMT
Message-ID: <8vbs9t$pb2$1@nnrp1.deja.com>

You need a webserver program to "receive" http request from web browser and "feed back" html page back to browser. You also need some thing that can communicate between webserver and oracle db. You can try "Apache" webserver (free) and perl cgi stuff, (also free).

http://www.apache.org/
www.perl.com

Hope this helps.

Guang

In article <aBcS5.185652$iI2.3513452_at_afrodite.telenet-ops.be>,   "Gerry Stijlemans" <gerry.stijlemans_at_pandora.be> wrote:
> Hi there ,
>
> I have an oracle database (back-end) where I have written an client
> access-application at the front-end.
> Now there is an decision to switch the client to an webapplication so
 the
> users can use a simple browser in stead off the access-client.
> I have an developpement server NT4.0 with oracle 8i enterpriseedition
 to
> devellop all this.
> I 'm familiar with html but how can I connect in html to an oracle
 database
> ?
> Actually the client is doing nothing more than select , insert and
 update
> table statements.
> Do I have to use Java for this or something else ?
> Can some-one also giving me an example off a html page for logon to
 the
> oracle database ?
> and the same things I do now with my access-client application
 (select,insert
> and update tables).
>
> Thx a lot !!!!
>
> Gerry
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Nov 20 2000 - 12:59:15 CST

Original text of this message

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