Hi all,
I have one question for you. When I update some data(big sql procedure for update or import data from excel with lot of columns ) , for example in Item tablem , with UPDATE query in sql server, I can see change with select query in sql, but if i go into NAV , I dont see change sometimes and i have to restart instance service in NAV Administration. If I modify updated record in client aplication i get error that "Another user has modified the record on database server"
Anybody know, why is this happeing?
What I have to do in NAV or in sql server, to see data update in NAV, instead restart aplication server?
thx for answers,
0
Answers
NAV tables in SQL have a timestamp field (an internal counter / tracker for changes on a record) that you probably do not use / update.
Could that be the explanation?
Good luck.
Oh thx, I thought, this is it. It is posible to generate new timestamp value in update query?
Think that it is tricky and you could still have ""Another user has modified the record on database server"" errors but maybe you test it.
Let us know what you find!