If I execute a query and fill a resultset, how can i tell if I am on the 
last result in the set? I want to something like:

while(OCIFetchInto ($curs, $data)) {

if($isLastRecord)
     // do something
}

Thanks.

Anderson

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
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