(PHP 4, PHP 5, PHP 7, PHP 8)
odbc_exec — Directly execute an SQL statement
Sends an SQL statement to the database server.
返回 ODBC 结果对象 if the SQL command was executed
successfully, or false
on error.
版本 | 说明 |
---|---|
8.4.0 |
odbc 现在需要 Odbc\Connection
实例;之前需要 resource。
|
8.4.0 | 此函数现在返回 Odbc\Result 实例;之前返回 resource。 |
8.0.0 |
flags was removed.
|