Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

This function is one of Plugins Operation.You can find the movie in ARGOS RPA+ video tutorial.



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,




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

  • No labels