Question about Delphi 2009

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Question about Delphi 2009

Post by eduardosic » Sat 22 Nov 2008 02:58

Hi DevArt team, i have a question about the Delphi 2009 and Unicode...

how it was for keeping the compatibility in mydac between the Delphi 2009 and previous Delphi versions?

you could give a small example of the source code where had that to be made some change in function of the Unicode of Delphi 2009?

they had been used many {$IFDEF VER200} ?

thank's

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Tue 25 Nov 2008 10:02

Hi,

Did you red this :

White paper on "Delphi and Unicode" at http://dn.codegear.com/article/38980

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 25 Nov 2008 11:57

MyDAC for Delphi 2009 is compatible with previous Delphi versions. If you use AsString for getting BLOB fields values you should replace it with AsAnsiString.

Post Reply