Announcements
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 676
Abhilash Warrier 635 Super User 2026 Season 1
André Arnaud de Cal... 605 Super User 2026 Season 1