odbc_execute

Example

 bool odbc_execute ( resource $result_id [, array $parameters_array ] ) 

Description

Executes a statement prepared with odbc_prepare().

Return Values

Returns TRUE on success or FALSE on failure.