Mukti,
Here's 1 solution should work.
1. Build a T-SQL statement based on your table.
2. Execute that statement with class Statement.
https://msdn.microsoft.com/en-us/library/statement.executequery.aspx
3. Iterate the result set to get your data.
Mukti,
Here's 1 solution should work.
1. Build a T-SQL statement based on your table.
2. Execute that statement with class Statement.
https://msdn.microsoft.com/en-us/library/statement.executequery.aspx
3. Iterate the result set to get your data.