| Author |
Multiple values from Jlist to multiple columns selection
|
Sandeep Swaminathan
Ranch Hand
Joined: Apr 23, 2008
Posts: 52
|
|
I have a jlist and when i select single or multiple values from it i must get it substituted as column names
example ,
A,B,C,D,E are jlist values . So if i select A and B from jlist the statement should be like "select A, B from ABCDE"
What to do?
|
Music is all around us. All you have to do is just LISTEN to it,
Sandeep Swaminathan
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
|
You would build the SQL statement by concatenating strings.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Multiple values from Jlist to multiple columns selection
|
|
|