Database Package

Latest Version 1.1.0.0
Latest Release Date 2021-10-26
Author Automation Studio Team
Supports Automation Studio Versions From 7.1

Description

Use this package to connect to a database (SQL or Oracle) and manipulate and retrieve its data.

Latest Updates

1.1.0.0 - Adds supports for Oracle databases.

Summary of Contents

This package includes a single complex type, Database Support. This type has multiple properties and methods, and a single event.

Sample Project

A sample project is provided for this package. The project displays a callout that lets you test the package methods and see how the responses received can be used.

The testing database may not always be operational. However, you can still use the sample project to explore how the methods and their responses can be used.

To use this project:

  1. Download the Database package from the Resource Center and save the file to the folder %appdata%/Nice_Systems/AutomationStudio/NuGet Packages, if you haven't already done so.

  2. Download the sample project files here.

  3. Unzip the download file.

  4. Open the project in Automation Studio.

  5. To see how the project works, click Start Project. On the callout that displays, click the various buttons to see how the package methods are used.

Package Types

Database Support

Properties

Create a single Database Support variable to use this package.

The Database Support variable includes properties required for connection to the database, as well as properties in which status and error information is returned.

Methods

Events