Recent content by mictou

  1. M

    Is there an equivalent to SELECT TOP 5 FROM ...

    Hi all, I'm developping a Delphi interface to access a Progress 9.1D database, using MERANT ODBC 3.6. I need to do a SELECT TOP 1 FROM table ORDER BY field DESC. However, "SELECT TOP x" is not recognize. Is there a workaround? Thank's for your help
Top