odbc_exec
(PHP 4, PHP 5, PHP 7)
odbc_exec — Directly execute an SQL statement
Описание
odbc_exec
( resource
$odbc
, string $query
) : resource|falseSends an SQL statement to the database server.
Список параметров
-
odbc -
Идентификатор соединения ODBC, за подробностями обращайтесь к odbc_connect().
-
query -
The SQL statement.
Возвращаемые значения
Returns an ODBC result identifier if the SQL command was executed
successfully, or false on error.
Список изменений
| Версия | Описание |
|---|---|
| 8.0.0 |
flags was removed.
|
Смотрите также
- odbc_prepare() - Prepares a statement for execution
- odbc_execute() - Execute a prepared statement