Page 1 of 1

Concurrency error que update

Posted: Tue 20 Sep 2005 14:55
by adolfofb
Hi.

I get a concurrency error when I try to update with the PsqlDataAdapter if the original database row has a null value.

Help, please...

Concurrency error que update

Posted: Thu 22 Sep 2005 08:16
by Yuri
Problem is that you try to use column name "user" without qouting symbols. "user" is PostgreSQL server keyword. You can solve this problem in to ways:
1) rename column user
2) set PgSqlCommandBuilder.Quoted property to true