Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: what is the difference between "for update' and "selectforupdate" ?

$
0
0

Thanks Hossein

You mentioned the difference between update() and do update () but I wants to know  the exact difference between

while select forupdate <Table name>

where condition...

{

     <Table.update() OR Table.doUpdate();>

}

And

table.selectforupdate(true);

Is't both are same statement?

Please give me more shed on this.

Thanks!


Viewing all articles
Browse latest Browse all 175888

Trending Articles