- 概述
- 加密
- 数据库
- Java
- Python
- 网页 API

开发者活动
关于“数据库”活动包
The Database activity package has been made open-source. Feel free to collaborate on our Github repositories.
“数据库” 活动包使用户可以连接到数据库,并在其中执行所有操作,例如执行事务或查询和非查询操作。 它可用于直接或通过 ODBC/OLE DB 连接到大量数据库,例如SQL Server 、 Oracle 、 DB2等。
The OLE DB connectivity method is not supported on Linux machines.
The Start Transaction activity is a container designed to enable the user to connect to a database, perform multiple actions and then disconnect.
The Connect and Disconnect activities can also be used to connect to a database and consequently disconnect, performing any desired actions with individual connections.
使用“DatabaseConnection”变量后,连接过程方能运行。该变量对于您连接到的每个数据库具有唯一性;获得该变量后,随后便可将其用于整个自动化项目,以便连接到所述的数据库。
Windows projects require having the 64-bit driver installed on the machine to establish a database connection.