4D v16Executing an SQL DELETE request |
||
|
4D v16
Executing an SQL DELETE request
Executing an SQL DELETE request
The method in the example below executes an SQL DELETE request in order to remove records added previously in the Oracle "emp" table. We delete the records that were inserted and updated previously. The code of this method is similar to that of the UPDATE request in that we have also done a bind (association of a 4D variable with an Oracle column) by name. Source code of the OCI_DELETE project method: C_TEXT($sql_request) //label of SQL request
|
プロパティ
プロダクト: 4D
履歴
ARTICLE USAGE
4D for OCI ( 4D v16) |