Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
db2_next_result
Popis
resource db2_next_result ( resource stmt )A stored procedure can return zero or more result sets. While you handle the first result set in exactly the same way you would handle the results returned by a simple SELECT statement, to fetch the second and subsequent result sets from a stored procedure you must call the db2_next_result() function and return the result to a uniquely named PHP variable.
Návratové hodnoty
Returns a new statement resource containing the next result set if the stored procedure returned another result set. Returns FALSE if the stored procedure did not return another result set.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
db2_free_stmt | Nahoru |