English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The odbc_exece() function directly executes a SQL statement.
bool odbc_execute ( resource $result_id [, array $parameter_array ] )
It is used to execute a prepared statement.
Returns true on success, false on failure
Serial Number | Parameters and Description |
---|---|
1 | result_id It contains information about the result ID resource |
2 | parameter_array It contains information about the parameter array |