After I updated my MYDAC, i get a n error when i try to add string from a TMyQuery to a Memo like:
Memo1.Lines.addStrings(TMyquery1.SQL);
[DCC Error]: E2010 Incompatible types: 'TStrings' and 'TWideStrings'
Is there some change in Mydac. and is there any easy way to handle this?
TWidestring problem
-
AndreyZ