odbc_execute

odbc_execute -- Execute a prepared statement

Description

bool odbc_execute ( resource result_id [, array parameters_array])

Executes a statement prepared with odbc_prepare( ) .Retorna TRUE em caso de sucesso ou FALSE em falhas .

Nota :