Notifications
Announcements
No record found.
i use update recordset in x++ to update table fields .. and i add a method in update method in the table
my requirement is i wanna use update recordset but i don't wanna use the custom method inside update method of the table .. how can i make update recordset use doupdate()
Hi,
Update_repordset is used to update multiple rows in a single trip to the server. This means that certain tasks may have improved performance by using the power of the SQL server.
docs.microsoft.com/.../update-recordset
The doUpdate method updates the current record with the contents of the buffer. Also, doUpdate method should be used when the update method on the table is to be bypassed.
docs.microsoft.com/.../doupdate-table-method
Thanks,
Add tablebuffername.skipDataMethods(true) before update record set. This will restrict from calling your table update method.
Thanks,,
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 503 Most Valuable Professional
André Arnaud de Cal... 434 Super User 2025 Season 2
BillurSamdancioglu 278 Most Valuable Professional