Send the insert statement

The choice of DataBlade® API statement-execution function for an INSERT statement depends on whether the statement string was prepared with mi_prepare(). If the statement string is not prepared, use mi_exec() to send the INSERT to the database server. If the statement string is prepared, use mi_exec_prepared_statement() to send the INSERT to the database server.