Access Violation from rtl170.bpl when connecting via TMyConnection in the IDE

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ConBran
Posts: 4
Joined: Wed 28 Aug 2013 17:20

Access Violation from rtl170.bpl when connecting via TMyConnection in the IDE

Post by ConBran » Mon 05 May 2014 15:28

Hi,

I am attempting to connect to a database in the IDE and am receiving the following access violation:
Access violation at address 50061A36 in module 'rtl170.bpl'. Write of address 00000004.
This is only happening on my workstation, none of the other developers here get it.
It occurs when connecting the TMyConnection component, or, when executing a TMyQuery component, whilst in the IDE. If the application itself is running, I get no issues.

I am using Embarcadero XE3 Update 2, and V7.6.12 of the Data Access components for MySQL.

I tried a complete uninstall and reinstall of the IDE and MySQL Access, but the issue persists. This happens regardless of how simple the application is (one form with one connection, one query, one data source and one dbgrid).

I am trying to access the fields editor so I can replace a memo field in my DBGrid with just text, but I can't do it unless I can execute the query in the IDE - and doing that returns the above error.

Any thoughts on what this issue could be. Or, how to manually add the 'GetText' event the .pas and .dfm files without getting a 'Unknown Type TStringField' error (data.db is in my uses clause).

Thanks!

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: Access Violation from rtl170.bpl when connecting via TMyConnection in the IDE

Post by PavloP » Mon 12 May 2014 12:25

We can't reproduce the problem with "Access violation at address 50061A36 in module 'rtl170.bpl'. Write of address 00000004.".
Please download the latest MyDAC version (8.3.7) and check whether the problem is reproduced.

damos
Posts: 14
Joined: Tue 07 Jun 2011 17:04

Re: Access Violation from rtl170.bpl when connecting via TMyConnection in the IDE

Post by damos » Mon 12 May 2014 17:47

Hi
The same problem is during Bakcup inside the application ???
I compile the same code with previous mysql version and was working fine

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: Access Violation from rtl170.bpl when connecting via TMyConnection in the IDE

Post by PavloP » Tue 13 May 2014 11:37

I can't reproduce the problem with TMyBackup component for the latest MyDAC version (8.3.7).
Please try to compose a small sample to demonstrate the problem and send it to pavelp*devart*com.

Post Reply