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_id
A result identifier, returned by ovrimos_execute() or ovrimos_exec().
how
Determines how the rows are fetched. This can be one of the following strings (case is not significant):
rownumber
The row number, first one is 0. Only needed when
how
is set to Absolute.
Przykłady
Poprzedni | Spis treści | Następny |
ovrimos_fetch_into | Początek rozdziału |