Prepared statement
843859Aug 24 2007 — edited Nov 20 2014Hi,
I m using oracle database. To fetch data I m using a select query which has in condition select * from<table name> where <field1> in (?)
Using prepared statement I'm executing this query. while setting parameter in the query string i want to set more than one value like "101,202,303". but the prepared statement is not supporting this parameter. So please provide some feasible solution to resolve this issue.
Thanks in Advance.