PHP 8.3.4 Released!

odbc_next_result

(PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8)

odbc_next_result Verifica se sono disponibili più risultati

Descrizione

odbc_next_result(resource $id_risultato): bool

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

add a note

User Contributed Notes 2 notes

up
2
mypsuedoemail at yahoo dot com
17 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.
up
1
carlosgoce AT gmail DOT com
10 years ago
Using dbase always returns false or -1. It won't work. Just like odbc_num_rows.
To Top