> How to move recordset to the first record (i use to connect to database
> using ODBC).

http://php.net/manual/en/function.odbc-fetch-row.php

"To step through the result more than once, you can call odbc_fetch_row()
with row_number 1,
and then continue doing odbc_fetch_row() without row_number to review the
result. If a driver
doesn't support fetching rows by number, the row_number parameter is
ignored. "

So, if using 1 as the second arg doesn't work, your ODBC driver sucks, and
you have no recourse?...

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to