Quantcast
Channel: Microsoft SQL Server Community Samples: Integration Services
Viewing all articles
Browse latest Browse all 582

New Post: resultset from EzExecSqlTask

$
0
0
This constraint is so frustated!

To resolve, you need to open the solution, go to EzExecSqlTask class, and add the following method:

public IDTSResultBindings ResultBindings
{
        get { return (host.InnerObject as ExecuteSQLTask).ResultSetBindings; }
}

This should works!

Viewing all articles
Browse latest Browse all 582

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>