Hi All,
You can download V4RB b15. More fix on sorting issue.
ATTENTION:
Now Valentina has explicitly throw new error 640 in case you try Do ORDER BY on a field of table that do not have any SELECTed field.
For example, Paul, has query:
select L_261_12.PARENT from L_261, L_261_12 where L_261_12.PARENT=L_261.DOCID order by L_261.DOCID
Here we have join of 2 tables L_261, L_261_12 We have one selected table: L_261_12 But you sort on field from table: L_261
This is NOT ALLOWED !!! You need select at least one field from table L_261.
As far as I see, older Valentina versions as 1.8.10 also did not support this, just was no error reported.
-- Best regards, Ruslan Zasukhin
------------------------- Paradigma.
e-mail: ruslan (at) paradigmasoft .DO.T com web : http://www.paradigmasoft.com
To subscribe to the Valentina mail list send a letter to valentina-on@lists.macserve.net ©2002 Ruslan Zasukhin |