Prepares and executes the SQL query sql_str on the connection identified by the link_identifier that has already been opened using sqlanywhere_connect or sqlanywhere_pconnect. This function returns TRUE or FALSE depending
on the outcome of the query execution. This function is suitable for queries that do not return result sets. If you are expecting
a result set, use the sqlanywhere_query function instead.