PHP Doku:: Executes an SQL statement - function.ovrimos-exec.html

Verlauf / Chronik / History: (13) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenOvrimos SQLOvrimos SQL Funktionenovrimos_exec

Ein Service von Reinhard Neidl - Webprogrammierung.

Ovrimos SQL Funktionen

<<ovrimos_cursor

ovrimos_execute>>

ovrimos_exec

(PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)

ovrimos_execExecutes 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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)