4D v16Executing an SQL UPDATE request |
||
|
4D v16
Executing an SQL UPDATE request
Executing an SQL UPDATE request
The method in the example below executes an SQL UPDATE request to update records that were added previously to the Oracle "emp" table. In this method, we update 3 records that were added by the INSERT request. We are only modifying the names (ename column). Note that here we have done a bind (association of a 4D variable with an Oracle column) by name. In the previous INSERT request, we did the bind by position. Source code for OCI_UPDATE project method: C_TEXT($sql_request) //label of SQL request
|
プロパティ
プロダクト: 4D
履歴
ARTICLE USAGE
4D for OCI ( 4D v16) |