Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
ovrimos_exec
Popis
int ovrimos_exec ( int connection_id, string query )Executes an SQL statement (query or update) and returns a result identifier.
Seznam parametrů
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.
PÅ™edcházejÃcà | Domů | Dalšà |
ovrimos_cursor | Nahoru | <