Page 1 of 1

Why 2 versions for D2007?

Posted: Fri 17 Apr 2009 07:33
by polsol
There are two IBDAC versions for D2007, one with unicode support, and one without.
Looking at future Delphi upgrades (as D2007 does not offer Unicode support), using the Unicode one would seem sensible, however, curious why there would be 2 versions assuming the one with Unicode would supposedly meet all requirements?
Or is there a 'down-side' to using the Unicode version with D2007?

Posted: Fri 17 Apr 2009 13:19
by Plash
Unicode version of IBDAC has lower performance than normal non-Unicode version. Unicode version has also some incompatibilities in interface with normal version. For example, some events have WideString parameters. In non-Unicode version these events have String parameters.

Posted: Fri 17 Apr 2009 14:53
by polsol
Ah, Thanks Plash. I thought there must be some logical reason.