Using dbase always returns false or -1. It won't work. Just like odbc_num_rows.
odbc_next_result
(PHP 4 >= 4.0.5, PHP 5)
odbc_next_result — Verifica se sono disponibili più risultati
Descrizione
bool odbc_next_result
( resource
$id_risultato
)
Avviso
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
carlosgoce AT gmail DOT com ¶
1 month ago
mypsuedoemail at yahoo dot com ¶
7 years ago
This function works exactly like its equivalent Microsoft SQL Server function: mssql_next_result(). The information above is rather vague and a bit misleading, so refer to the mssql version of this function for details on to use it properly.
P.S. It works with stored procedures.
ryanphp at ryanjameson dot com ¶
11 years ago
Running this on a MS Access result set always seems to return false. It may have the same driver limitations as odbc_num_rows.
