Hi everyone,
I have a SQL query that uses a DISTINCT to retrieve only unique records. When I run it on iSQL_w (for SQL Server 6.5), it works fine. When I run it within my VB app, the DISTINCT doesn't seem to work (it gives me multiple records instead of uniques).
Does anyone have an idea about how to correct this ?

Thanks,
Joel