Subject problem with generator value and IBO 4.9.7
Author luis.kerschbaumer
Hi,
with IBO 4.2Hc the application work correctly. If i use IBO 4.9.7 the ID-Column (column defined as domain DMID) not recieve the generator value, bud the default value.

Settings:
ib_connection.fieldEntryTypes.FetDomainName=True
ib_connection.Defaultvalues (DMID=-1)

With IBO 4.2Hc the ID-Column are assigned with the generator value before the default value. With IBO 4.9.7 the ID-Column are assigned with the default value before the generator value.

Is this desired?

Thanks
Luis