OLEDB

 

 

 

OLEDB

 

The OLEDB source allows you to create your create a custom query against a OLEDB data source and use the returned set of data as source data for pasTransfer.

 

OLEDB Query Page

 

The OLEDB Query Page allows a user to enter a connection string, and choose additional options in regards to the insert.

Connection Tab

oConnection String:  The connection string to the OLEDB data source.  Double-clicking on the text box launches the Data Link Properties form which assists in the creation of the connection string.  Begin by choosing the OLEDB provider to use for the connection, followed by the database name, credentials, and any additional options required for the selected provider.  After completing any additional options, press OK to insert the generated connection string into the text box.

Advanced Tab

oConnection Timeout:  The amount of time to spend attempting to make a connection to the database.  The default time is 30 seconds.

oCommand Timeout:  The amount of time to spend attempting to complete the commands or transaction before disconnecting.  It is advised to use a higher command timeout if you are inserting a lot of data or working with a slow connection.

oUse Transactions:  A transaction is a single unit of work.  Enabling transactions allows for an all-or-nothing insert.  If any lines encounter a problem, the transaction will roll back and all modifications will be erased.  If a transaction is successful, all modifications were successful and become a permanent part of the database.

Data Record Column Macros Page

 

The Data Record Column Macros Page is used to map columns from the returned set data to a Vendor Line.  The list box to the left contains a list of columns which will be returned from the query specified in the prior page.

 

General Tab

Vendor Code:  The vendor code for the vendor.  This is a macro-enabled field.

Vendor Name:  The name of the vendor.  This is a macro-enabled field.

Description:  The description of the vendor.  This is a macro-enabled field.

Active:  The active status of the vendor, typically a true/false or boolean (1/0) value.  This is a macro-enabled field.

Status:  The actual status of the vendor.  This is a macro-enabled field.

Details Tab

Site/Property:  The site or property of the vendor.  This is a macro-enabled field.

Email Address:  The email address of the vendor.  This is a macro-enabled field.

Web Site URL:  The website of the vendor.  This is a macro-enabled field.

Currency:  The currency of the vendor.  This is a macro-enabled field.

Payment Terms:  The payment terms of the vendor.  This is a macro-enabled field.

Tax ID:  The tax ID of the vendor.  This is a macro-enabled field.

Address Tab

 

The Address tab will allow you to specify multiple addresses for the vendor.  Drag and drop a column name representing an address line 1 into the grid.  You will manually need to enter Line 2, Line 3, City, Region/State, Postal Code, and Country.

 

Phone Tab

 

The Phone tab will allow you to specify multiple phone numbers for the vendor.  Drag and column name representing a phone number into the grid.  You will manually need to enter the extension.

 

Attributes Tab

 

Any columns from the source data can be made into attributes and mapped later on the destination transformation.  Click and drag a column to the attribute data grid to create a macro command.

 


Copyright © 2024 pasUNITY, Inc.

 

Send comments on this topic.