Merant 3.6 ODBC

Posted by Admin on 08-Oct-2006 18:50

I have just started to work with the merant 3.60 odbc driver connecting to PROGRESS 9.1D.

The problem I am having is when I do a select statement it is returning a row twice. I was selecting a table with 26k rows but at row 5300 it is doubled up.

How can I fix this problem?

All Replies

Posted by jtownsen on 15-Oct-2006 13:51

Are you certain that the record doesn't actually exist twice in the database? To check this, you could try a SELECT DISTINCT statement or with the ABL, a simple FOR EACH.

Assuming they confirm that you don't actually have two records, you might want to talk to Progress Technical Support.

This thread is closed