Bug.. SetOrderBy function.

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ibdac1pro
Posts: 48
Joined: Fri 25 Aug 2006 02:19

Bug.. SetOrderBy function.

Post by ibdac1pro » Thu 29 May 2008 06:25

There is bug SetOrderBy function.


MsQuery1.Sql.Text := MsQuery1.BaseSql;
MsQuery1.SetOrderBy;

ShowMessage(MsQuery1.Sql.Text);

select ...
from ...
order by .. --> incorrect(bug).
where ...

In use latest version(4.50.0.34)

Test and reply.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 29 May 2008 08:07

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next SDAC build.

Post Reply