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

Home -> Community -> Usenet -> c.d.o.server -> Re: comunicate via html to oracle database ?

Re: comunicate via html to oracle database ?

From: Peter Daniels <peterd_at_snapsystems.com>
Date: Tue, 15 Jun 1999 12:58:03 -0600
Message-ID: <3766A23B.8C8262EF@snapsystems.com>


One option is to use CGI. Your html form is interpreted by your CGI program, which uses the form data to format an SQL query for the database. When it gets the rows back (if that's what yer doin), the CGI prog formats the results into an html page which it passes to the web server. There are other technologies out there which simplify this process significantly, but I am not very familiar with them.

Heiko wrote:

> Hi
>
> i have install on win nt server oracle database 8.x and internet
> information sever 3.0
> how can i comunicate via html (web pages ) with the oracle
> database ?
> how can i use sql?
>
> thanks for help
> cu heik
Received on Tue Jun 15 1999 - 13:58:03 CDT

Original text of this message

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