SQL

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.



Need help?

Technical contact to tech@argos-labs.com


May you search all operations,




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
0Execution successful
5SQL error
9Other errors



All Plugins