R: Error "Intenal Dotnet framework data provider error 30"

From: "Paolo Saudin" <paolo(at)ecometer(dot)it>
To: "'Prabhat Mishra'" <prabhatm(at)LNTEBG(dot)com>, <pgadmin-support(at)postgresql(dot)org>
Subject: R: Error "Intenal Dotnet framework data provider error 30"
Date: 2008-10-25 06:34:44
Message-ID: 001501c9366b$c530f390$4f92dab0$@it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> Hi,

> I am using PostGRESQL database for one of my project.
> I used PGNP32-1.2.8-RC4 OLEDB provider for connecting my c#.net program to
PostGRESQL database.

Use Npgsql instead, http://npgsql.projects.postgresql.org/

> During the development, I have to change my table structure again and
again just because of the Error "Intenal Dotnet framework data provider
error 30".
>
> First time i got this error when i try to fill data Adapter with Dataset.
>
> Second time i got this error when i try to fill a combo box with
dataReader.
>
> After a lot of R&D ,I found that problem is with the datatype. I have
changed datatype of all the columns to "text" except the one which is
primary key, it > WORKS.
>
>
> I don't want to compromise with the table structure, so anyone please
reply where the problem is......Is it the provider or with the approach.
>
> Please reply urgent....!!!!!
>
>
> Regards,
> Prabhat Mishra
>
>
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Mike Toews 2008-10-28 20:41:03 pgAdmin quiet CONTEXT option
Previous Message prabhat mishra 2008-10-24 04:51:49 Error "Intenal Dotnet framework data provider error 30"