|
odbc_fetch_rowFetch a row Description
bool odbc_fetch_row(resource
$statement , intnull $row = null )Fetches a row of the data that was returned by odbc_do or odbc_exec. After odbc_fetch_row is called, the fields of that row can be accessed with odbc_result. Parameters
Return Values
Returns Changelog
|