I have a table that has a primary key that is updated by a trigger. But when i insert a record using llblgen and saveentity(.....,true) i get an error saying the data has changed.
How do i get the saveentity to return the primary key updated by the trigger.
I cannot do a getentity as i do not know what record to retrieve by primary key?
llblgen, v3, vb.net, adapter