Why 2 versions for D2007?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
polsol
Posts: 71
Joined: Sun 20 May 2007 13:29
Contact:

Why 2 versions for D2007?

Post by polsol » Fri 17 Apr 2009 07:33

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?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 17 Apr 2009 13:19

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.

polsol
Posts: 71
Joined: Sun 20 May 2007 13:29
Contact:

Post by polsol » Fri 17 Apr 2009 14:53

Ah, Thanks Plash. I thought there must be some logical reason.

Post Reply