Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning
titleinfoInfo

Available only in PAM version R24.0101 (Python 3.7) and

later

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


Code Block
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