...
Create a sample table
Thai |
---|
สร้างตารางตัวอย่าง |
English |
---|
Run the following to create a temporary table in the database to observe the changes. |
Thai |
---|
เรียกใช้ต่อไปนี้เพื่อสร้างตารางชั่วคราวในฐานข้อมูลเพื่อสังเกตการเปลี่ยนแปลง |
...
In Joget Workflow, from a Process, map a Tool to plugins such as Database Update Tool.
Thai ใน Joget Workflow จาก Process ให้จับคู่เครื่องมือกับปลั๊กอินเช่น Database Update Tool
Add the following code in to call the stored procedure.
Thai เพิ่มรหัสต่อไปนี้ในการเรียกกระบวนงานที่เก็บไว้
Code Block call jogetaddrecord("hello");
...