Question

Does anyone know if it is possibble to use SSIS with Amazon RDS? Since RDS is essentially MySQL - would this be possible using OLE DB or something...?

Was it helpful?

Solution

Amazon RDS offers complete support for all MySQL features except for replication. Therefore you can use OLE DB, or any other driver, to access MySQL from your application.

OTHER TIPS

I would recommend you use MySQL ODBC driver in combination with ADO.NET Source component. The ODBC provider is the most stable.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top