Using npgsql with SSIS

Posted by Flash on Stack Overflow See other posts from Stack Overflow or by Flash
Published on 2009-09-09T14:17:01Z Indexed on 2010/05/19 10:40 UTC
Read the original article Hit count: 831

Filed under:
|

Hi,

I am using npgsql as the ADO.NET provider in SSIS to connect to Postgres and create some workflows. I am able to connect to postgres but am unable to use the "Table or view" data access mode to list the tables and views. I have to resort to using "SQL command" data access mode.

For the "table or view" access mode, the log shows that the last call is GetDataSourceInformation and it returns successfully. After that there is a close connection.

Has anyone successfully used "Table or view" data access mode using npgsql?

Thanks,

Flash

© Stack Overflow or respective owner

Related posts about ssis

Related posts about npgsql