Axapta Depot (Everything about AX)
Friday, 7 October 2016
update_recordset in AX 2012.
The X++ SQL statement update_recordset enables you to update multiple rows in a single trip to the server.
Example :-
TestTable testTableBuffer;
;
update_recordset testTableBuffer
setting field1 = field1 * 10;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment