sqldatasource problems

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
domingo
Posts: 1
Joined: Wed 18 Oct 2006 22:14

sqldatasource problems

Post by domingo » Fri 20 Oct 2006 02:45

ok, I purchased the pro version today after having inconsistent errors with the trial, but I still have problems.

I get the same errors when trying to use a gridview, detailsview or formview.

Using the VS2005 Pro gui in a Website project, I drop a sqldatasource object into the design view and follow the wizards. Select my connection string, select my table, my fields, test fails due to the [ bracket around the [tablename] and/or [fieldname].

Even if I update my select statement manually, my update parameters still don't work.

Am I missing something.?

Also, I can't get the pgSQL objects to show on my VS2005 toolbox in the Website project, they show in VB project, but I experience similar problems.

The table has a primary key with a integer/serial field.
Postgres vesion 8.0.8

Help is appreciated.

I've attached some images.

Image
Image
Image
Image
Image

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

Post by Alexey » Fri 20 Oct 2006 06:00

This problem is connected with Data Source Wizard. We can't change it. You should remove all square brackets manually.

Post Reply