Re: Problems with mysql_fetch_row()

2005-05-31 Thread Gleb Paharenko
Hello. You may debug your client. See: http://dev.mysql.com/doc/mysql/en/debugging-client.html Have you been at: http://dev.mysql.com/doc/mysql/en/gone-away.html Increase your packet size. See: http://dev.mysql.com/doc/mysql/en/packet-too-large.html "Bradley Kite" <[EMA

RE: Problems with mysql_fetch_row()

2005-05-31 Thread Bradley Kite
Hi there. I've been having this problem when retrieving rows from a table using mysql_fetch_row(). The problem is that sometimes it returns null when I know that there are more records available. The behaviour is intermittent too so its really difficult to track down. I've tried it with MySQL Ver