Home » Open Source » Programming Interfaces » Multiple value parameters with JDBC (Oracle 9i/10g, JDBC THIN driver)
Multiple value parameters with JDBC [message #351721] |
Thu, 02 October 2008 14:27  |
dandormont
Messages: 12 Registered: April 2006
|
Junior Member |
|
|
Can I pass multiple values to a parameter or bind variable? For example if I have a SQL statement like:
select * from users where user_id in (?)
I'd like to pass multiple values for my user_id parameter. Suppose that programmatically, at the time I'm constructing the SQL statement, I don't know how many values I'd like to pass. My application uses the Oracle JDBC THIN driver and needs to run on both 9i and 10g databases. thanks
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Fri May 02 13:40:42 CDT 2025
|