Ver 8.4 error

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
classic12
Posts: 21
Joined: Mon 20 Apr 2009 09:48

Ver 8.4 error

Post by classic12 » Fri 26 Sep 2014 23:33

I am using Delphi XE7 (trial) and MYDac 8.4 (Trial).

I create a blank project.
Add TMyconnection & TMyTable components.
I can connect via the connection to the database okay.
When I try to select a table I get:

Access violation at address 0EEAE9D1 in module 'dac210.bpl' Write of address 00000114.

I have also reported to here:

http://qc.embarcadero.com/wc/qcmain.aspx?d=127850

http://qc.embarcadero.com/wc/qcmain.aspx?d=127864

I added a TMyquery and added

SELECT * FROM cars and set to active and it worked.

I then added the table the Table component and it did not crash.

Cheers

Mr Warby.....

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Ver 8.4 error

Post by ViktorV » Mon 29 Sep 2014 09:00

We have already fixed this issue. The fix will be included in the next MyDAC build, that will be available for download this week.

Post Reply