
### NAME

    db_exec() - executes an sql statement

### SYNOPSIS

    mixed db_exec( int handle, string sql_query );

### DESCRIPTION

    This function will execute the passed sql statement for the given data‐
    base handle.

    Returns the number of rows in result set on success,  an  error  string
    otherwise.

### SEE ALSO

    db_commit(), db_fetch(3), db_rollback(3), valid_database(4)

