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 -> Speed between ODBC and Embbded SQL

Speed between ODBC and Embbded SQL

From: LeguMan <vgi_at_sgms.sema.be>
Date: Sat, 12 May 2001 10:26:36 +0200
Message-ID: <3afcf1f2$0$3121$456d72a3@news.skynet.be>

Hello,

I am asking why à Embdded SQL Code (Proc) are very fast and the same query in ODBC are so slow ?

The query recive by oracle are :

For ODBC :

SELECT agent.pwd

    FROM agent
    WHERE upper(agent.mnemo)='TSX'

For Embdded SQL :

SELECT agent.pwd

    INTO :b0
    FROM agent
    WHERE upper(agent.mnemo)=:b1

Thanks
LeguMan Received on Sat May 12 2001 - 03:26:36 CDT

Original text of this message

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