one database - two developers [message #81779] |
Thu, 20 March 2003 02:43 |
Solve
Messages: 38 Registered: December 2002
|
Member |
|
|
We are two developers and use the same tables in creating forms. How to avoid an actions mismatch? For example while I editing a record - other developer delete it and finished... :(
How to solve that problem - please help somebody...
Solveiga
|
|
|
Re: one database - two developers [message #81823 is a reply to message #81779] |
Mon, 24 March 2003 23:45 |
utsav
Messages: 94 Registered: March 2003
|
Member |
|
|
Hey,
In case of multiuser environment, if two user ar on same record and one has updated, the other wont be allowed to remove, implicit checks are there by forms and u can trap the message and show some informative messages to the users or refresh there data.
utsav.
|
|
|
|