ovrimos_cursor
(PHP 4 >= 4.0.3)
ovrimos_cursor -- Returns the name of the cursor
Description
string ovrimos_cursor ( int result_id)
ovrimos_cursor() returns the name of the cursor. Useful
when wishing to perform positioned updates or deletes.
ovrimos_exec
(PHP 4 >= 4.0.3)
ovrimos_exec -- Executes an SQL statement
Description
int ovrimos_exec ( int connection_id, string query)
ovrimos_exec() executes an SQL statement (query or update)
and returns a result_id or FALSE. Evidently, the SQL statement
should not contain parameters.
|