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: bind variables in OCI select

Re: bind variables in OCI select

From: mark tomlinson <marktoml_at_gdi.net>
Date: 1998/05/05
Message-ID: <35520316.333918148@newshost.us.oracle.com>#1/1

Forget the INTO clause - that is PLSQL/Pro*C specific, jsut use the SQL: select col1 from my_table where <whatever>

and bind the variables/select list items... Received on Tue May 05 1998 - 00:00:00 CDT

Original text of this message

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