1

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

4

3 に答える 3

0

いいえ、していません。npg adoプロバイダーでは変数をまったく使用できなかったように見えるため、PGNPデータプロバイダーを使用しています。私は PGNP プロバイダーで同様の問題を抱えています。すべてを式として行う必要があるようです。これは少しゴミです。

于 2009-10-09T09:50:48.583 に答える
0

PGNP プロバイダーは大幅に改善され、SSIS と連携します。

于 2010-05-19T10:38:19.927 に答える
0

I've been doing SSIS work with Postgres for the last week and I haven't seen that work with either Npgsql or the Postgres ODBC driver. But, I have a pretty limited readonly user that I'm connecting to Postgres with, not sure if that's a factor.

于 2009-11-06T01:50:03.007 に答える