skip to main content
Using the driver : Parameter Metadata : Insert and Update Statements
  

Try DataDirect Drivers Now

Insert and Update Statements

The driver supports returning parameter metadata for the following forms of Insert and Update statements:
*INSERT INTO employee VALUES(?, ?, ?)
*INSERT INTO department (col1, col2, col3) VALUES(?, ?, ?)
*UPDATE employee SET col1=?, col2=?, col3=? WHERE col1 operator ? [{AND | OR} col2  operator ?]
where:
operator
is any of the following SQL operators:
=, <, >, <=, >=, and <>.