4D v13SQL |
||
|
4D v13
SQL
SQL
In addition to the manipulations explained in the video, you should also note that: We cannot use pointers or array elements in an SQL request because the interpreter does not take them into account. In this case, it is often preferable to set up the query in the form of text and to execute it using the EXECUTE IMMEDIATE command. `VARIABLE TYPING IMPERATIVE, otherwise the query generates an error This selects the last name and ID in the Technicians table and transfer them into the 2 arrays. |
PROPERTIES
Product: 4D |