bug in dbexpmda4 when using mysql format function
Posted: Mon 19 Nov 2007 08:26
hi
I'd like to use the mysql format function for formating double fields in TDBGrid. Queries like
SELECT FORMAT(FVALUE,3) FROM DATA ...
work fine. but, queries like
SELECT FORMAT(1000*FVALUE,3) FROM DATA ...
produce a "out of memory"-error.
I'd like to use the mysql format function for formating double fields in TDBGrid. Queries like
SELECT FORMAT(FVALUE,3) FROM DATA ...
work fine. but, queries like
SELECT FORMAT(1000*FVALUE,3) FROM DATA ...
produce a "out of memory"-error.