Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS Execute SQL Task using ADO.NET connection type to a MySQL Database

$
0
0

In SSIS, I am using an Execute SQL Task using an ADO.NET connection to a MySQL Database.

My SQLStatement is:

Select Table_Name from INFORMATION_SCHEMA.TABLES where Table_Name like 'report_interval_2018_01_03_%';

But I am getting this error. Is there a problem with my syntax?

Error: 0xC002F210 at Query Tables in Source that Look Like "report_interval_", Execute SQL Task: Executing the query "Select Table_Name from INFORMATION_SCHEMA.TABLES w..." failed with the following error: "Failed to create an IDataAdapter object. This provider may not be fully supported with the Execute SQL Task. Error message 'Object reference not set to an instance of an object.'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.


Viewing all articles
Browse latest Browse all 24688

Trending Articles



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