Problem with Creating TableAdapter

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
gabrielnasser
Posts: 15
Joined: Wed 25 Jan 2006 19:57

Problem with Creating TableAdapter

Post by gabrielnasser » Sun 20 May 2007 09:17

Hello,

I am using CoreLab PostgreSQL.NET 2.55.23.0 with VS2005. The backend is Postgres 8.1.2 on Debian Linux.

I have an existing DataSet to which I am trying to add a TableDataAdapter. Whenever I do so, everything works fine and the SELECT statements/methods get generated. However, when I click finish, I get the following sample error message:

"Failed to add TableAdapter. Input string was not in a correct format. Couldn't store in Comments Column. Expected type is Byte."

Obviously, the said table has comments associated with it in Postgres. When I remove the comments, the error disappears, but occurs for the next table which has comments and is defined in that dataset. Obviously, the workaround is to remove the comments on all tables in the dataset but then I am left without my important comments... !

Am I doing something wrong? Is there a version that fixes this issue?

Thanks for all the help.

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

Post by Alexey » Mon 21 May 2007 07:40

Try to use the latest version (2.55.26).
If the problem persists, send me your test project to reproduce the problem.
Include definition of your own database objects.
Use e-mail address provided in the Readme file.

gabrielnasser
Posts: 15
Joined: Wed 25 Jan 2006 19:57

Post by gabrielnasser » Mon 21 May 2007 15:41

I thought the latest version was 2.55.25? How do I get the latest? I don't see any information about it.

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

Post by Alexey » Mon 21 May 2007 16:44

It should be present in the Registered Users Area.

Post Reply