is there any tool to lock an object in a multiuser env.?
lib
Member Posts: 3
We are often many developers working on the same project, so on the same server. Is there any tool that allows a developer to lock an object in order to avoid that another one designs the same object at the same time ??
Thank you very much for your replies.
Lionel
Thank you very much for your replies.
Lionel
0
Comments
-
You can have a look at QPM by qurius, The versioning tool by Celenia or the tool that is on the download part of this website.0
-
Also you can create your own locking mechanism if you are working on SQL. Remember the objects are stored on Object table. So you can write sql triggers to do the locking.0
-
ara3n wrote:Also you can create your own locking mechanism if you are working on SQL. Remember the objects are stored on Object table. So you can write sql triggers to do the locking.
I've heard of that before. Do you have an exapmle of that please?0 -
Thanks for the answers!! I would be grateful if ara3n can give us an example for a SQL Server trigger that does this locking mechanism...
Lionel0 -
Mark Brummel wrote:You can have a look at QPM by qurius, The versioning tool by Celenia or the tool that is on the download part of this website.
Mark, can you please give me a link for the qurius tool? Thanks0 -
Mark Brummel wrote:ara3n wrote:Also you can create your own locking mechanism if you are working on SQL. Remember the objects are stored on Object table. So you can write sql triggers to do the locking.
I've heard of that before. Do you have an exapmle of that please?
At tectura we are using it. One of my coworker who left Our Company wrote it. I've been basically reusing it. I don't know if I can post the code. It's been a while since I've looked at it. It's pretty simply. The code resides on the object trigger. I could write it from scratch and it would be my code which I worked on off hours? I could write in sql 2005 in c#?0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 250 Dynamics CRM
- 102 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

