Strange error

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
salemhaffar
Posts: 4
Joined: Thu 19 Aug 2010 12:23

Strange error

Post by salemhaffar » Thu 02 Feb 2012 11:49

Dear sir
I am working on MYDAC 7.1.3 for delphi 7

and sometimes a strange error appear in my project in:

"d:\projects\delphi\common\source\crvio.pas" line 244

and i don't have the code

can you help me

AndreyZ

Post by AndreyZ » Thu 02 Feb 2012 13:06

Hello,

This error may occur in a multithreaded application. MyDAC is thread-safe, but the restriction is that you cannot use one connection (TMyConnection component) in several threads, you must have connections in each thread. Please check that you have connection in each thread.

salemhaffar
Posts: 4
Joined: Thu 19 Aug 2010 12:23

Post by salemhaffar » Thu 02 Feb 2012 16:13

I will check that

thank you

Post Reply