SQL-1.509.2104
Info
Available only in PAM version R24.0201 (Python 3.7) and earlier versions.
Notification - ORACLE support has been separated from the SQL Plugin
Because of customer request regarding data size, the SQL Plugin has been updated to support MySQL and MSSQL only.
Any versions before 2.228.3300 (inclusive) still support ORACLE.
Newer versions (3.xxx.xxxx) will be MySQL and MSSQL only.
SQL | |
|---|---|
The SQL plugin enables your bot to directly connect and manipulate database solutions.It supports MySQL, MSSQL, and ORACLE database. |
Limitations
Special Notes
Parameter Setting Examples
Example SQL file
--- insert static records
INSERT INTO foo (name, age)
values
('nobody me', 100),
('foobar', 200) |
Return Code
Code | Meaning |
|---|---|
0 | Execution successful |
5 | SQL error |
9 | Other errors |