Page 1 of 1

Strange error

Posted: Thu 02 Feb 2012 11:49
by salemhaffar
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

Posted: Thu 02 Feb 2012 13:06
by AndreyZ
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.

Posted: Thu 02 Feb 2012 16:13
by salemhaffar
I will check that

thank you