Skip to Main Content

Oracle Database Discussions

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!

Passing values in a vector list as bind variables in sql query.

rkrishJul 30 2013 — edited Jul 30 2013

Hi,

I have a vector list containing values 12,13,14.

vector<string> v;

v has values 12,13 and 14.

Here the number of values in vector list are not fixed.

I want to pass these values as bind variables to sql query.

Can anyone suggest me how to do this.

Thanks in advance!!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2013
Added on Jul 30 2013
4 comments
484 views