Posts Tagged ‘vb.net’
Tech Thursday : Query data in SmartConnect with .NET scripting
This article will show the basics of using a SmartConnect scripting to query additional data during an integration with the focus on the MSSQL ADO.NET Provider. With the capabilities of .NET in a SmartConnect calculated field or script task, almost any piece of data can be read or updated, if one of the Microsoft ADO.NET…
[Read More]Tech Tuesday: Running a Process as a Pre-Map Task and ensuring it finishes before moving on to the next task
This last week I was approached by a customer that wanted to run an SSIS package (that created the data for the Map) but sometimes that task wasn’t finishing before SmartConnect needed to use the result of that task as a data source. In this instance, the desired result wasn’t to run the tasks as…
[Read More]Tech Tuesday: How to Open a File and Pass in Parameters from SmartConnect Tasks
There are many times when it may be necessary to run a process before or after an integration. I have seen everything from a call to a webservice, FTP of source data, and everything in between. The focus of this post is to talk about running some kind of a file before an integration. We…
[Read More]Scripting inside SmartConnect
For all of you out there that have been doing scripting inside of SmartConnect, we have an excellent (although belated) New Year’s gift for you. We have assembled a collection of the most requested scripts over the last year and have commented and formatted each script in detail. They are now all bundled together and…
[Read More]