Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Prepared statement

843859Aug 24 2007 — edited Nov 20 2014
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 21 2007
Added on Aug 24 2007
1 comment
69 views