Can't edit a table when partition is specified

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jdorlon
Posts: 202
Joined: Fri 05 Jan 2007 22:07

Can't edit a table when partition is specified

Post by jdorlon » Wed 06 May 2009 16:07

Hello,

I have this query in a TSmartQuery which is attatched to a TDBGrid.

select h.rowid, h.* from hash_part
PARTITION (SYS_P2063) h

The table definition does not matter - any partitioned table will do.

Then I try to make an edit in the grid, post, commit, and run the query again. The data has not been posted because no update statement was ever issued.

-John

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

Post by Plash » Fri 08 May 2009 08:40

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

jdorlon
Posts: 202
Joined: Fri 05 Jan 2007 22:07

Post by jdorlon » Thu 14 May 2009 18:52

ok, thank you.

Post Reply