Skip to main content

ADO.NET table

This includes Db2Table, OracleTable, SqlServerTable, SnowflakeTable.

Overview

DB2 (Formerly Db2 for LUW) is a relational database that delivers advanced data management and analytics capabilities for transactional workloads. Oracle is a relational database management system developed by Oracle Corporation. MSSQL is a relational database provided by Microsoft. Snowflake a cloud-native data platform and Data Cloud that provides a single, unified service for data warehousing.

Destination tab

The following table outlines the mandatory and optional parameters you will find on the Destination tab (Image 1).

The following parameters will help to define your data sync destination and how it functions.

ParameterDescriptionExample
DestinationMandatory. Select your destination from the drop-down menu.DB2 Table
Connection StringMandatory. The encrypted Connection String used to connect to your DB2 database. The Connections UI will automatically encrypt this value for you.You can find an example Connection String here.
TableMandatory. The name of the DB2 table that you want to sync your data to, including the schema.dbo.employees
ID ColumnRequired for Delete Operations on AdoNet Targets. The name of the identity column that exists in the destination (or a single column that's guaranteed to be unique and automatically populated for every new record).
ID Data TypeRequired for Delete Operations on AdoNet Targets. The data type of the ID Column. Options for this field are (Text, Date, Number, Bool, Geography, Geometry, BigInt, Binary)
Test ConnectionYou can use the "Test Connection" button to ensure that your credentials are properly configured to access your destination. If configured correctly, a "Connection Successful" pop-up will appear. If configured incorrectly, a "Connection Failed" pop-up will appear along with a link to the applicable error logs to help you troubleshoot.

Next steps