Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

odbc and bind variables - sqlarea

Status
Not open for further replies.

njacobs

Programmer
Jul 11, 2000
1
BE
<br>I use coldfusion odbc to an Oracle database. If I check the cache of the database, I see the following:<br><br>select item_no from items where item_no = 20<br>select item_no from items where item_no = 21<br>select item_no from items where item_no = 22<br>select item_no from items where item_no = 23<br><br>so these variables are not bound. Is there a way to solve this?<br><br>Thanks, Nico<br><br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top