Page 1 of 1

Can't edit a table when partition is specified

Posted: Wed 06 May 2009 16:07
by jdorlon
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

Posted: Fri 08 May 2009 08:40
by Plash
We have fixed this problem. The fix will be included in the next build of ODAC.

Posted: Thu 14 May 2009 18:52
by jdorlon
ok, thank you.