What is the default isolation level in Navision and how do you control this in the code? I'm using SQLServer 2000. We are seeing records being locked and I'm not sure how to overcome this.
Take a look at CURRENTTRANSACTIONTYPE and Transaction Type in the C/Side Reference Guide (Help). The command CURRENTTRANSACTIONTYPE can be used to check and set the current Transaction Type which is related to the SQL isolation level.
Comments
or
the sql statement is:
but if you not use locktable, the sql statement looks like
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
RIS Plus, LLC