ovrimos_fetch_row
Opis
bool ovrimos_fetch_row ( int result_id [, int how [, int row_number]] )Fetches a row from the result set. Column values should be retrieved with other calls.
Parametry
result_idA result identifier, returned by ovrimos_execute() or ovrimos_exec().
howDetermines how the rows are fetched. This can be one of the following strings (case is not significant):
rownumberThe row number, first one is 0. Only needed when
howis set to Absolute.
Przykłady
| Poprzedni | Spis treści | Następny |
| ovrimos_fetch_into | Początek rozdziału |