Integrated Application Platform › Forums › General › Updating records in a database › Re: Re: Updating records in a database
September 26, 2012 at 3:00 pm
#944
Moderator
I also forgot to mention that you will need to pass true in the update argument to QueryApply. By default it uses a readonly transaction:
QueryApply(‘inv_customer’, update:)
…
Jeff Ferguson