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: Oracle / ASP / Interdev - Problems with Queries being executed on web server

Re: Oracle / ASP / Interdev - Problems with Queries being executed on web server

From: Mike O'Connor <moconnor_at_speedchoice.com>
Date: Wed, 2 Feb 2000 23:04:18 -0700
Message-ID: <s9i6nqe3er2131@corp.supernews.com>


Yea, use a stored procedure.

David Oxley <newsmail1_at_planetzog.co.uk> wrote in message news:87ac55$ao7$1_at_uranium.btinternet.com...
> Hi..
>
> I have a large Oracle Database that I wish to interrogate for simple
> searches by means of a web interface.
>
> I am using IIS4 and I am currently evaluating MS Interdev with ASP... I am
> using ODBC drivers with a System DSN to communicate with the database.
>
> The trouble occurs when I execute a Select Query..
>
> When I execute the command
> Select * From PEOPLE Where Surname = "Smith"
>
> the whole PEOPLE table seems to be transferred across the network to the
web
> server and the query is performed there... Obviously this makes response
> times far too slow..
>
> Is there a way of forcing the query to take place on the Oracle
machine????
>
> All Help Appreciated
>
>
Received on Thu Feb 03 2000 - 00:04:18 CST

Original text of this message

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