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: SQL to the web

Re: SQL to the web

From: <bons001_at_my-dejanews.com>
Date: Wed, 29 Jul 1998 06:09:30 GMT
Message-ID: <6pmeaq$dnd$1@nnrp1.dejanews.com>


Hi

> New in database field, wish you would give me some help,
> Question: How do I use SQL on the web? Can it be done through CGI?

With Oracle you can use their Web Application Server. This has a cartridge ( cgi program ) that allows you to call Oracle PL/SQL. If you are not familiar with PL/SQL it is a procedural version of vanilla SQL, which allows you to use variables, loops, if, else etc and manipulate the Oracle database. Oracle provide a Package (set of functions) which allow you to easily produce web pages through your programs using data from your database.

You can also use plain SQL statements through an ODBC cartridge.

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Wed Jul 29 1998 - 01:09:30 CDT

Original text of this message

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