Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread EDBTable.Append throws SFieldReadOnly error
Wed, Oct 30 2013 8:29 AMPermanent Link

Uwe Held

Hi,

the attempt to append a new record throws the "Field cannot be modified".
The field is defined as autoinc primary key (INTEGER GENREATED ALWAYS AS IDENTITY) and
the program shall only read the field value after post.

But the error aready occurs within the Append method - how to overcome this?

TIA
Uwe
Tue, Nov 5 2013 2:27 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Uwe,

<< the attempt to append a new record throws the "Field cannot be modified".
The field is defined as autoinc primary key (INTEGER GENREATED ALWAYS AS
IDENTITY) and
the program shall only read the field value after post.

But the error aready occurs within the Append method - how to overcome this?
>>

Are you sure that it's the Append method that is causing this, and not some
other piece of code ?  What happens if you try to append a row to the same
table in the EDB Manager ?

Tim Young
Elevate Software
www.elevatesoft.com
Image