Home |
Previous Page | Next Page Database Access > Executing SQL Statements > Inserting Data into the Database >
The choice of DataBlade API statement-execution function for
an INSERT statement depends on whether
the statement string was prepared with mi_prepare( ),
as follows:
- If the statement string is not prepared,
use mi_exec( ) to send the INSERT to
the database server.
- If the statement string was prepared, use mi_exec_prepared_statement( ) to
send the INSERT to the database server.
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]