Search: database-connect

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

Results 1 - 5 of 5 Page 1

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

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

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

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
Page 1
RSS feed for search on [database-connect]
Created by admin on 2022/04/17 14:38