When I open a query I catch all error I received this error very often
but all seem to be ok .
My log file we received this message
Why
2007-11-29 09:08 09:08:39 : Lost connection to MySQL server during query
Socket error on write. WSAGetLastError return 10054($2746)
Daniel Fagnan
Why this error appear WSAGetLastError return 10054($2746)
-
Daniel Fagnan
- Posts: 58
- Joined: Fri 13 Oct 2006 00:08
It is likely that you are working in FetchAll=False mode. In FetchAll=False mode data is fetched asynchronously. If you close an uderfetched dataset in this mode, MyDAC forces the additional connection to close by executing the KILL command. The additional connection is created to avoid blocking of the main connection when fetching data asynchronously.
-
Daniel Fagnan
- Posts: 58
- Joined: Fri 13 Oct 2006 00:08
We checked all Fetch
All fetch all = True
We received yet this message.
They are another thing to checked.
We received yet this message.
They are another thing to checked.
There are many possible causes of this problem. We need more information to determine its reason and find a solution. Please, prepare a complete small sample and send it to us at sdac*crlab*com.
Also supply the following information:
- exact version of MyDAC. You can see it in the About sheet of TMyConnection Editor;
- exact version of your IDE;
- exact version of MySQL server and MySQL client. You can see it in the Info sheet of TMyConnection Editor.
Also supply the following information:
- exact version of MyDAC. You can see it in the About sheet of TMyConnection Editor;
- exact version of your IDE;
- exact version of MySQL server and MySQL client. You can see it in the Info sheet of TMyConnection Editor.
-
Daniel Fagnan
- Posts: 58
- Joined: Fri 13 Oct 2006 00:08
All fetch all = True
CodeGear™ RAD Studio 2007 Version 11.0.2804.9245
MyDac 5.20.0.12
MySQL server version: 5.0.45
MyDac 5.20.0.12
MySQL server version: 5.0.45