Hi all
only one simple questions:
I have a grid. Why Scriptcase change this MySql Statement from
SELECT IF(CHAR_LENGTH(`Description`) < 3,'Enter Description', `Description`) FROM table
to
SELECT IF(`Description` < 3,'Enter Description', `Description`) FROM table
???
It removes the function name CHAR_LENGTH. In PHPMyAdmin works the 1st query with no problems…
Thanks.
Steve