Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
20 Points
29 Posts
Apr 13, 2012 04:26 AM|LINK
Hi,
I am having a data table having one column all the time (integers), building from a SQL Command Query with Data adapter.
I want to use those column values in another subquery dynamically like
select salary in (100,200,150..) from tableA
select salary in (datatable) from table A
How to get the list of the the data table column values in the above query as a list.
Arrary list, string array ? pls advice
Kushi Bobby
Member
20 Points
29 Posts
Datatable
Apr 13, 2012 04:26 AM|LINK
Hi,
I am having a data table having one column all the time (integers), building from a SQL Command Query with Data adapter.
I want to use those column values in another subquery dynamically like
select salary in (100,200,150..) from tableA
select salary in (datatable) from table A
How to get the list of the the data table column values in the above query as a list.
Arrary list, string array ? pls advice