CRDBGrid sorting problem
Posted: 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.
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.