concat bug (?)
Posted: Tue 28 Aug 2007 23:03
select ..., concat('CHA-', charges.chargeid), ....
Navicat correctly returns CHA-15 while MyDAC returns CHA only.
5.10.0.10 Delphi 7
and chargeid = unsigned smallint
edit
----
I just noticed that it happens only with Options.UseUnicode = true
Navicat correctly returns CHA-15 while MyDAC returns CHA only.
5.10.0.10 Delphi 7
and chargeid = unsigned smallint
edit
----
I just noticed that it happens only with Options.UseUnicode = true