It looks like you're new here. Sign in or register to get started.
John3 wrote: I have a 2.60B Database. Could somebody tell how I could increase the locking time ? Thanks for sharing !
kriki wrote: What do you mean with "locking time"? PS are you on SQL or native?
John3 wrote: kriki wrote: What do you mean with "locking time"? PS are you on SQL or native? The time that navision waits when a table is locked. In stead of inmediatly an error that the system wait until the locking time is passed. It's a native database
David Singleton wrote: John3 wrote: kriki wrote: What do you mean with "locking time"? PS are you on SQL or native? The time that navision waits when a table is locked. In stead of inmediatly an error that the system wait until the locking time is passed. It's a native database In native there really is nothign like this. In code the developer can chose to give an error message or wait till the locked table is committed.
kriki wrote: Check the on-line help of the LOCKTABLE-command. In it is explained what to do. But my advice is to leave it standard.
Comments
PS are you on SQL or native?
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Get users to open dialogs and not hit OK. Also you could post bigger inovices :evil:
Sorry couldn't resist. 8)
The time that navision waits when a table is locked.
In stead of inmediatly an error that the system wait until the locking time is passed.
It's a native database
In native there really is nothign like this. In code the developer can chose to give an error message or wait till the locked table is committed.
O:)
Can you give me an example of the code, thanks very much
But my advice is to leave it standard.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
I have used the code record.locktable(true,false) so the system must wait until the table is unlocked.
But instead I get immediatly an error.