When I use 'Distinct' clause in Oracle it works fine. But the same query doesn't work from VB. It displays all the record in the result.

eg.
Sql = "Select distinct name from emp"