Code: Select all
SELECT RTrim(t.SomeField) AS SomeField, t.RowID FROM SomeTable tCan I get old ODAC behaviour back somehow? THNX
Code: Select all
SELECT RTrim(t.SomeField) AS SomeField, t.RowID FROM SomeTable tIt’s a pity, as RTrim is a very special function for CHAR fields. If I remove RTrim functions from SELECT, can setting TSmartQuery.Options.TrimFixedChar to True help me to diminish network traffic and/or client memory usage? THNXPlash wrote:There was a bug in old ODAC version. Expressions cannot be editable automatically.