Page 1 of 1

Question about Delphi 2009

Posted: Sat 22 Nov 2008 02:58
by eduardosic
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

Posted: Tue 25 Nov 2008 10:02
by swierzbicki
Hi,

Did you red this :

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

Posted: Tue 25 Nov 2008 11:57
by Dimon
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.