Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/07/2005, 14:21
andrescasta
 
Fecha de Ingreso: julio-2005
Mensajes: 4
Antigüedad: 18 años, 9 meses
Puntos: 0
Lost Connection To Mysql Server During Query

Hello Everyone...

I need to put in the images table of the DB, 10 pictures of 60kb each one, when i do that, i lost the connection, but if a upload 10 pictures of 30kb each one, i haven't got the problem.

I'm getting the following error when I run my select query within my VB code: [MySQL][ODBC 3.51 Driver][mysqld-3.23.27-beta-log]Lost connection to MySQL server during query.

This seems like a timeout error to me, but I don't know how to compensate so that it doesn't time out.

My VB code is using Microsoft's OLE DB provider for ODBC, and mysql's odbc connector.

Any suggestions would be greatly appreciated.