chinnijahn
Programmer
I am using vb 2005 and dotnet version 2.0
Hi I have a data table called Details.
I have created a binding source called bsr_details
Details have field names like plant , options..
i want to get the disticnt values of all options..
if i have to write it in sql then i could have write
"select distinct options from details where plant = 1"
I am not allwoed to access teh database here so I have to use the table adapter and binding source ..so please guide me how to get those desired results...
Hi I have a data table called Details.
I have created a binding source called bsr_details
Details have field names like plant , options..
i want to get the disticnt values of all options..
if i have to write it in sql then i could have write
"select distinct options from details where plant = 1"
I am not allwoed to access teh database here so I have to use the table adapter and binding source ..so please guide me how to get those desired results...