Search: database-connect

Last modified by admin on 2022/04/24 04:58

Results 11 - 18 of 18 « previous page Page 1 2

Center Installation Guide for Standalone Model on Redhat v9.x

Last modified by admin on 2024/05/03 16:27
Rendered document content
. Database connection Your akaBot Center machine needs to be connected with your Database server. Moreover, please prepare below information for akaBot Center to connect to your database: # Information
. Save changes and exit Press ESC then type: :wq 2.4.2.3. Configure Oracle Database connection 1
Raw document content
: 32GB or more * Core: 8 CPU or more * SSD: 500GB == 1.2. Database connection == Your akaBot Center machine needs to be connected with your Database server. Moreover, please prepare below information for akaBot Center to connect to your database: (% style="width:427.778px" %) |(% style="width:43px

[1] Installation

Last modified by JP Comtor on 2023/11/14 10:41
Rendered document content
with another port. Installation 1. MySQL 8.0 1.1. Create new database for conductor by the following sql create database automationinsight; 1.2. Config mysql connection: open file application-prod.yml 2
Raw document content
port. == **Installation** == === 1. MySQL 8.0 === 1.1. Create new database for conductor by the following sql (% style="color:#3498db" %)create database automationinsight; 1.2. Config mysql connection

Database Disconnect

Last modified by Nhan Nguyen on 2022/05/13 03:55
Rendered document content
RCA.Activities.Core.DatabaseDisconnect Description This activity allows you to close a connection to a database. (* for Mandatory) Properties Connection Database Connection (DatabaseConnection)* - The database connection to be closed E.g: “Server=myServerAddress;Database=myDataBase;UserId
Title
Database Disconnect
Location
Database
Database Disconnect
Raw document content
" %) ((( RCA.Activities.Core.DatabaseDisconnect == **Description** == This activity allows you to close a connection to a database. [[image:image-20220506105152-1.png]] (* for Mandatory) == **Properties** == **Connection** * **Database Connection (DatabaseConnection)*** - The database connection to be closed E.g: “Server

Execute Query

Last modified by VuNH54 on 2023/04/19 15:41
Rendered document content
)*- The connection string used to establish a database connection. E.g: “Server=myServerAddress;Database=myDataBase
database connection obtained from the Connect or Start Transaction activities. This property
on a database and returns the query result in a Datatable. (* for Mandatory) In the body of activity
Location
Database
Raw document content
a database connection. E.g: “Server=myServerAddress;Database=myDataBase;UserId=myUsername;Password=myPassword;” * **Existing DbConnection (DatabaseConnection)** - An already opened database connection obtained from
allows you to execute a query on a database and returns the query result in a Datatable. [[image:image

Execute Non Query

Last modified by VuNH54 on 2023/04/19 15:39
Rendered document content
Configuration Connection String (String)* - The connection string used to establish a database connection. E.g
(DatabaseConnection)- An already opened database connection obtained from the Database Connect and Database
statement on a database. For UPDATE, INSERT, and DELETE statements, the return value is the number of rows
Location
Database
Raw document content
string used to establish a database connection. E.g: “Server=myServerAddress;Database=myDataBase;UserId
connection obtained from the Database Connect and Database Transaction activities. This property
" %) ((( RCA.Activities.Core.ExecuteNonQuery == **Description** == This activity allows you to execute a non-query statement on a database

Insert Data Table

Last modified by VuNH54 on 2023/04/19 15:42
Rendered document content
Connection String (String)* - The connection string used to establish a database connection. E.g: “Server
(DatabaseConnection) - An already opened database connection obtained from the Connect or Start Transaction activities
) In the body of activity Configure Connection - Set connection string, data source, data provider. Data
Location
Database
Raw document content
Configuration** * **Connection String (String)*** - The connection string used to establish a database connection. E.g: “Server=myServerAddress;Database=myDataBase;UserId=myUsername;Password=myPassword;” * **Existing DbConnection (DatabaseConnection)** - An already opened database connection obtained from

Database Transaction

Last modified by VuNH54 on 2023/04/19 15:37
Rendered document content
. When this activity ends, the connection to the database is closed. This activity returns
Configuration Connection String (String)* - The connection string used to establish a database connection. E.g
and structure your code better. Eg: Database Transaction Use Transaction (Checkbox) Output Database Connection
Title
Database Transaction
Location
Database
Database Transaction
Raw document content
" %) ((( RCA.Activities.Core.DatabaseTransaction == **Description** == This activity allows you to connect to a database and features a Sequence
Configuration** * **Connection String (String)*** - The connection string used to establish a database connection. E.g: “Server=myServerAddress;Database=myDataBase;UserId=myUsername;Password=myPassword

Database Connect

Last modified by VuNH54 on 2023/04/19 15:34
Rendered document content
to a database by using a standard connection string. (* for Mandatory) In the body of activity Configure
Connection String (String)* - The connection string used to establish a database connection. E.g: “Server
and structure your code better. Eg: Database Connect Output Database Connection - The database connection
Title
Database Connect
Location
Database Connect
Database
Raw document content
" %) ((( RCA.Activities.Core.DatabaseConnect == **Description** == This activity allows you to connect to a database by using a standard
)*** - The connection string used to establish a database connection. E.g: “Server=myServerAddress;Database=myDataBase
and structure your code better. Eg: Database Connect **Output** * **Database Connection **- The database
RSS feed for search on [database-connect]
Created by admin on 2022/04/17 14:38