Page 1 of 1

Bug.. SetOrderBy function.

Posted: Thu 29 May 2008 06:25
by ibdac1pro
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.

Posted: Thu 29 May 2008 08:07
by Antaeus
Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next SDAC build.