Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to migrate ADODB.Connection and ADODB.Recordset objects used inside ActiveX script to SSIS equivalent task/code?

0
Posted

How to migrate ADODB.Connection and ADODB.Recordset objects used inside ActiveX script to SSIS equivalent task/code?

0

Using ADO objects inside ActiveX Script task is very common in DTS. People use ADO objects (i.e. ADODB.Connection, ADODB.RecordSet etc) for many reasons but the most common use are – Creating connections at runtime – Executing Adhoc Queries at runtime – Processing certain data row by row Check the following example on how to convert ActiveX Script. It performs couple of things – Establish Connection to SQL Server using ADODB.Connection object – Execute SQL Query and Load the recordset using ADODB.Recordset object – Loop through each record to build HTML formatted string and email it.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123