Opening an Insert Cursor (ESQL/C)

When you open an Insert cursor, the cursor passes the INSERT statement to the database server, which checks the validity of the keywords and column names. The database server also allocates memory for an insert buffer to hold new data. (See DECLARE statement.)

An OPEN statement for a cursor that is associated with an INSERT statement cannot include a USING clause.