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: help me in getting the meaning of oracle or jsp statemnt

Re: help me in getting the meaning of oracle or jsp statemnt

From: Jeremy Ovenden <newspostings_at_hazelweb.co.uk>
Date: Tue, 25 Mar 2003 08:52:50 -0000
Message-ID: <MPG.18ea293ed95d13bc9896dc@news.cis.dfn.de>


In article <f5309842.0303250008.47c94db_at_posting.google.com>, kaasiein_at_yahoo.co.in says...
> hi everyone,
> i'm working with a jsp code which uses oracle as backend i come across
> a statement like this
>
> rs2=st2.executeQuery("select name from emp where ecode='"+ecode+"'");
>
> what the + mean in --"+ecode+"
> is it related to jsp or oracle,
> help me in bebuging the code
> buy
> kasi
>

I presume it is just adding the value of the variable ecode into the sql statement that is to be executed.

-- 

jeremy
Received on Tue Mar 25 2003 - 02:52:50 CST

Original text of this message

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