W wxdqz New Member Aug 21, 2008 #1 Does anyone know of any way of speeding up the row fetching from a database query result? Say there are 1000 rows in the result, is there any better way than having to fetch the 1000 rows with mysql_fetch_row()? Thanks Olivier
Does anyone know of any way of speeding up the row fetching from a database query result? Say there are 1000 rows in the result, is there any better way than having to fetch the 1000 rows with mysql_fetch_row()? Thanks Olivier