deepak_r_patel
March 22nd, 2001, 05:35 AM
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"
eg.
Sql = "Select distinct name from emp"