Page 1 of 1

fn CONCAT

Posted: Mon 20 Jul 2009 14:48
by jlund
Hi

I am converting to UniDAC, and now i get a problem with my CONCAT statement.

The statement {fn CONCAT("Field 1",' ',"Field 2")}
results in CONCAT(`Field 1`, ')

and {fn CONCAT("Field 1","Field 2")}
results in CONCAT(`Field 1`, Field 2`)

Both are wrong

Please help
TIA Jens Lund

Posted: Tue 21 Jul 2009 10:28
by Challenger
The CONCAT function supports only two paremeters. We have fixed the problem with missing first character of the second parameter. As a workaround you can add a space char just after comma:

Code: Select all

{fn CONCAT("Field 1", "Field 2")}

Thanks

Posted: Tue 21 Jul 2009 10:38
by jlund
Thank you very much.

Any ETA on the new version ?

/Jens Lund

Posted: Fri 24 Jul 2009 13:02
by Challenger
We are planning to release the new builŠ² in UniDAC in a week.