odbc_fetch_row problems

wxdqz

New Member
Im new to PHP/ODBC and have a brief question for ODBC users:

The following:

while(odbc_fetch_row($odbc_rs)){

......

}

Seems to get the correct number of rows, but is not incrementing the row correctly - it's displaying the same row continuously. Is the ODBC functionality for PHP suspect, or is there something else I should be looking at?

Thanks in advance,
Curt
 
Back
Top