This might be working (i have to go home and check it).
However, what i really want is a function to act like mysql_fetch_array()
Like ..
while($ab = myfunction_fetch_array($xy->field)) {
. . .
}
I need this function because i'm stuck with a big project that needs a lot of changes, and this function, which exists all over the code, used to be there before they switched pure PHP/Mysql functions to ADOdb
John