PHP Dokumentation: Function ovrimos-exec
12. Januar 2010 von werner
ovrimos_exec
(PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
ovrimos_exec — Executes an SQL statement
Beschreibung
int ovrimos_exec ( int $connection_id , string $query )
Executes an SQL statement (query or update) and returns a result identifier.
Parameter-Liste
- connection_id
The Ovrimos connection identifier, returned by ovrimos_connect().
- query
The SQL statement. Evidently, it should not contain parameters. Use ovrimos_prepare() for prepared statements.
Rückgabewerte
Returns the result identifier as an integer, or FALSE on error.
Siehe auch
- ovrimos_execute() – Executes a prepared SQL statement
- ovrimos_prepare() – Prepares an SQL statement