Page 1 of 1

problem with a column called TYPE

Posted: Thu 09 Oct 2008 13:48
by jdorlon
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

Posted: Fri 10 Oct 2008 07:35
by Plash
We could not reproduce the problem. Please send us a complete small sample that demonstrates the problem.