CRDBGrid sorting problem

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

CRDBGrid sorting problem

Post by Guest » Tue 16 May 2006 12:26

Our database is Oracle 9.2.0.4 installed on Sun Solaris. The database character set is UTF8.
The database is accessed from the Delphi 7 application using ODAC components 5.50.0.26 (Net option).

I found some problems in the CDRBGrid when conducting an internal sort on TimeStamp field. It sorts this field only to second precision and ignores milliseconds.
In our case data sorts normally in TOAD editor on TimeStamp field but in CRDBgrid in our application data sorts according to seconds and all milliseconds is ignored.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 17 May 2006 10:52

We have fixed this problem. The fix will be included in next build of ODAC.

Post Reply