[mdo-support] Error in MDOTable
Brought to you by:
henriquemeira
|
From: Grzesiek <gt...@in...> - 2005-10-19 21:07:12
|
Hello,
The MDO components seem to be great, but during my first testing i found =
out the following error in MDOTable:
I am using table with following structure ( as example)
CREATE TABLE TableName (
field1 SMALLINT NOT NULL,
field2 SMALLINT NOT NULL,
field3 INTEGER,
field4 INTEGER, =20
UNIQUE (field1, field2, field3));
On application start I am appending a record and setting values for =
three first fields, and every thing is OK,
but on exiting application I am editing this Record by setting the value =
for field4 and it dosn't work,=20
the field has still null value after this.
Regards
Gregor |