<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>