VS Error: This operation is not supported for the provider or data source you are using.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
joshchristie
Posts: 2
Joined: Fri 22 Dec 2006 15:34

VS Error: This operation is not supported for the provider or data source you are using.

Post by joshchristie » Fri 22 Dec 2006 15:39

I have a Database project in VS 2005 that's pointing to a local Postgres database. When I open up a SQL script and try to run it, I get the following error:
This operation is not supported for the provider or data source you are using.
Is this a known bug or limitation? Any way to get around it? This really makes it just about worthless to use a database project with Postgres.

Thanks,
Josh

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 22 Dec 2006 16:53

This functionality is not supported yet.
To workaround use windows application projects with PgSqlScript components.

joshchristie
Posts: 2
Joined: Fri 22 Dec 2006 15:34

Post by joshchristie » Fri 22 Dec 2006 19:10

Thanks for the answer. Any idea when it might be supported?

Josh

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 25 Dec 2006 07:51

Not soon. We will consider this possibility.

Post Reply