Hello,
If I create a table like this:
CREATE TABLE A (COL1 NUMBER, TYPE VARCHAR2(4));
and do "select a.rowid, a.*" in a TSmartQuery connected to a grid, when I make edits in the TYPE column, the edits never make it to the database.
The problem exists in 6.70 with Delphi 2009 and the latest non-beta version with Delphi 7.
-John