TUniTable and ReadOnly-Columns
Posted: Wed 07 Jun 2017 19:42
If I use a TUniTable and only assign TableName and KeyFields, then open it, the table will not set computed columns read-only, which causes a problem with BatchMove as it tries to copy the content of the read-only column, too.
btw. database is firebird.
Atm. I need to set up the read-obly flags manually by reading in a query all columns with ComputedSource assigned.
Helge Lange
btw. database is firebird.
Atm. I need to set up the read-obly flags manually by reading in a query all columns with ComputedSource assigned.
Helge Lange