Page 1 of 1

Error with MyDAC 5.50: 'Invalid class typecast' Inside My dll

Posted: Wed 04 Jun 2008 20:24
by yousef_h
When I used MyDAC 5.20 I don't have any problem
with My dll, but After I Upgrade MyDAC to 5.50 it give problem with dll
The Code I Used:

Code: Select all

with qryCheques do begin
          Connection := dsDBConnection;
          SQL.Text := Format('select * from cheques where CMID in (%s)  order by CMNUM', [dsChequesNo]);
          Open;
end;

Posted: Fri 06 Jun 2008 08:10
by jkuiper_them
Did you recompile the DLL with MYDAC 5.5x?

Posted: Fri 06 Jun 2008 10:14
by Antaeus
Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next MyDAC build.