TWidestring problem

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

TWidestring problem

Post by kaffeburk » Sun 22 Jan 2012 03:21

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?

kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Post by kaffeburk » Sun 22 Jan 2012 09:02

Sorry, i downloaded Unidac...

AndreyZ

Post by AndreyZ » Mon 23 Jan 2012 11:17

Hello,

Please specify the following:
- the exact version of your IDE;
- the exact version of MyDAC (or UniDAC) you are using. You can learn it from the About sheet of TMyConnection (or TUniConnection) Editor.

Post Reply