Warning! Invalid type conversion

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
LeVeL
Posts: 2
Joined: Mon 07 Aug 2006 14:59

Warning! Invalid type conversion

Post by LeVeL » Mon 07 Aug 2006 15:16

Please check your sources

function TMemData.CompareFieldValue(
....
dtUInt32:
St := IntToStr(Longword(Marshal.ReadInt16(FieldBuf)));
....
may be ReadInt32 ???

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Tue 08 Aug 2006 13:26

Thank you for information.
We fixed the problem.
This fix will be included in the next MyDAC build.

LeVeL
Posts: 2
Joined: Mon 07 Aug 2006 14:59

Post by LeVeL » Tue 08 Aug 2006 13:37

I have useful suggestion for MyDAC.
How to contact with you directly? Someone from team speak on russian?
PM don't work.

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Tue 08 Aug 2006 15:26

You can contact us in Russian by e-mail: mydac*crlab*com.

Post Reply