odbc_exec

(PHP 4, PHP 5, PHP 7)

odbc_execDirectly execute an SQL statement

Descrierea

odbc_exec ( resource $odbc , string $query ) : resource|false

Sends an SQL statement to the database server.

Parametri

odbc

Identificatorul conexiunii ODBC, accesați odbc_connect() pentru detalii.

query

The SQL statement.

Valorile întoarse

Returns an ODBC result identifier if the SQL command was executed successfully, or false on error.

Istoricul schimbărilor

Versiune Descriere
8.0.0 flags was removed.

A se vedea și