Skip to Main Content

Java Programming

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!

Is there any limit on how many parameters can be passed with a preparedStatement?

Sanket.BhaleraoMar 31 2014 — edited Apr 3 2014

Hello all,

i tried to Google, but was not able to find anything relevant.

i have a sql query where in i am using preparedStatement which goes something like : select * from test where parameters in ( ?,?,?,?,?,?,?,?,?,?,?,?,?);
is there a limit on how many "?" characters i.e. parameters can be there in this query?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 1 2014
Added on Mar 31 2014
5 comments
2,554 views