L
lc
The update that gets generated with adapters always include all the
columns. That means that with each record update, all the columns get
updated as well. This presents a bit of a problem as I have some
triggers going on changes on specific fields. Is there way to instruct
adapter to regenerate the update statement based on changed columns
only?
TIA
lc
columns. That means that with each record update, all the columns get
updated as well. This presents a bit of a problem as I have some
triggers going on changes on specific fields. Is there way to instruct
adapter to regenerate the update statement based on changed columns
only?
TIA
lc