Can no longer update data or insert from grid

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Can no longer update data or insert from grid

Post by snorkel » Mon 26 Oct 2009 21:43

I just noticed that after the last update
I can no longer update data or insert via a grid.

I also noticed that the grid sorting now only works with columns that are of type integer.

I did not change my code, just recompiled with that last release.


Thanks,

Snorkel.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 27 Oct 2009 07:50

We could not reproduce the problem. Please send to support*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Post by snorkel » Tue 03 Nov 2009 04:34

Plash wrote:We could not reproduce the problem. Please send to support*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.
I think I found where the difference is.

On the older versions if I did a execute it would return the same result set as open, now if I do a execute it's returning the result set read only.

I am using execute instead of open in a query editor application.

Please advice if there is anything I can do.

Thanks,

Snorkel

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 03 Nov 2009 13:57

We have fixed this problem. The fix will be included in the next build of PgDAC.

Post Reply