WSAGetLastError return 10054($2746)
Posted: Wed  15 Mar 2006 12:00
				
				I am using a registered copy of the MyDAC components for MySQL server version 5.0.x and I have run into an issue when I try to insert a record. Basically what I have written my own email antiSpam program that dumps copies of messages into a MySQL table and it works fine with smaller messages but on larger ones, I am testing with a message file that is 1.94MB in size, I get the following error "Lost connection to MySQL server query
Socket error on read. WSAGetLastError return 10054($2746)"
I have made sure that the field within the table is the right type of accept a file of this size, I have tried both MediumText and MediumBlob but I still get the same error.
Your assistance would be most appreciated.
Many thanks,
Graham
			Socket error on read. WSAGetLastError return 10054($2746)"
I have made sure that the field within the table is the right type of accept a file of this size, I have tried both MediumText and MediumBlob but I still get the same error.
Your assistance would be most appreciated.
Many thanks,
Graham