Page 1 of 1

bug in dbexpmda4 when using mysql format function

Posted: Mon 19 Nov 2007 08:26
by mstocker
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.

Posted: Tue 20 Nov 2007 11:08
by Antaeus
I could not reproduce the problem.
Please send me a complete small sample at dbxmda*crlab*com to demonstrate it, including script to create and fill table.

Also supply me the following information:
- exact version of DbxMda;
- exact version of your IDE;
- exact version of MySQL server and MySQL client