From: Wang, D. <dwa...@ws...> - 2006-05-23 14:57:21
|
Hi All, =20 I am working on the Tolog Query implementation. My problem is, the returned tolog resultsets can not be sorted , even if I use the = "order by" clause. for example: query =3D "select $TYPE, $VALUE from occurrence(topicID, = $OCC),type($OCC, $TYPE), value($OCC, $VALUE) order by $TYPE ?";=20 =20 for this query, the returned tologResultSets showing in a JTable will = not be ordered by ascending $TYPE. =20 I also did some similar experiments in the TMNav, seems it has the same = problem. =20 I would appreciate if anybody could give me some hints.. =20 =20 Dandan =20 |